Skip to content

Commit

Permalink
fix inclusion of libexif/_stdint.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed May 21, 2007
1 parent e4280f7 commit 5a91913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libexif-uninstalled.pc.in
Expand Up @@ -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}

0 comments on commit 5a91913

Please sign in to comment.