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 0e826f6c68d17fdad124ae5a2c74e30340ece91c..28c9b09b04c1922a330594f3aab2f7c72738be06 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 740615d1b1cec0358aaa019193930e72e9c595f7..41a8e74e3fa805d65603e60d3ffdb90aa42d57f0 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}