fix inclusion of libexif/_stdint.h
authorHans Ulrich Niedermann <hun@n-dimensional.de>
Mon, 21 May 2007 15:44:59 +0000 (17:44 +0200)
committerHans Ulrich Niedermann <hun@n-dimensional.de>
Mon, 21 May 2007 15:44:59 +0000 (17:44 +0200)
configure.ac
libexif-uninstalled.pc.in

index 0e826f6..28c9b09 100644 (file)
@@ -146,7 +146,7 @@ dnl ---------------------------------------------------------------------------
 dnl Compiler/Linker Options and Warnings
 dnl ---------------------------------------------------------------------------
 AM_CPPFLAGS="$AM_CPPFLAGS -I\$(top_srcdir)"
-AM_CPPFLAGS="$AM_CPPFLAGS -I\$(top_srcdir)/libexif"
+AM_CPPFLAGS="$AM_CPPFLAGS -I\$(top_builddir)"
 AM_LDFLAGS="$LDFLAGS"
 if test "x$GCC" = "xyes"; then
     AM_CFLAGS="$AM_CFLAGS -ansi -pedantic-error"
index 740615d..41a8e74 100644 (file)
@@ -2,4 +2,4 @@ Name: libexif
 Description: Library for easy access to EXIF data
 Version: @VERSION@
 Libs: ${pcfiledir}/libexif/libexif.la
-Cflags: -I${pcfiledir}/@srcdir@
+Cflags: -I${pcfiledir}/@srcdir@ -I${pcfiledir}