From 89671a4914caf1e20ea20a19c6bff7a058ebb3c4 Mon Sep 17 00:00:00 2001 From: "P. F. Chimento" Date: Sun, 7 Apr 2013 04:19:32 +0200 Subject: Internationalize the shared library Add infrastructure for translating the single string in the shared library. [#1] --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 544ef5b..d4a27a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,12 +7,17 @@ ## ----------- ## Please keep this file well-commented. +# Subdirectories where we also want to run make +SUBDIRS = po + # Our Autoconf macros are kept in the m4/ directory ACLOCAL_AMFLAGS = -I m4 # Extra files to distribute in the tarball EXTRA_DIST = @EOS_SDK_API_NAME@.pc.in +# Compiler flags +DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ AM_CFLAGS = @STRICT_CFLAGS@ DISTCLEANFILES = -- cgit v1.2.3