Update of /cvsroot/libexif/libexif/libexif/olympus
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31740/libexif/olympus
Modified Files:
Makefile.am
Log Message:
Build variable cleanup:
- use common definition for AM_CFLAGS (remove INCLUDES in **/Makefile.am)
- define LIBEXIF_LOCALEDIR and LIBMNOTE_LOCALEDIR in config.h
- allow user to add CFLAGS at ./configure time by setting CFLAGS
- add intl/ to include path only if building the included libintl
Index: Makefile.am
===================================================================
RCS file: /cvsroot/libexif/libexif/libexif/olympus/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.am 6 Jun 2004 03:04:21 -0000 1.7
+++ Makefile.am 8 Feb 2005 23:51:03 -0000 1.8
@@ -1,8 +1,3 @@
-INCLUDES = \
- -DLIBEXIF_LOCALEDIR=\""$(datadir)/locale"\" \
- -I$(top_srcdir) \
- -I$(top_srcdir)/intl
-
noinst_LTLIBRARIES = libmnote-olympus.la
libmnote_olympus_la_SOURCES = \
mnote-olympus-entry.c mnote-olympus-entry.h \
|