Update of /cvsroot/libexif/libexif/test
In directory sc8-pr-cvs1:/tmp/cvs-serv8142/test
Modified Files:
Makefile.am
Log Message:
Add -I$(top_srcdir)/libexif
Index: Makefile.am
===================================================================
RCS file: /cvsroot/libexif/libexif/test/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.am 27 Oct 2002 22:04:22 -0000 1.6
+++ Makefile.am 22 Nov 2002 16:47:56 -0000 1.7
@@ -1,4 +1,6 @@
-INCLUDES = \
+INCLUDES = \
+ -I$(top_srcdir)/libexif \
+ -I$(top_srcdir)intl \
-I$(top_srcdir)
noinst_PROGRAMS = \
|