summaryrefslogtreecommitdiff
path: root/libgphoto2/Makefile.am
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2006-12-07 16:41:50 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2006-12-07 16:41:50 +0000
commit8ee7d7f19a3082749cae63fcd7d1be4d2be4c922 (patch)
tree6ffa8e0848a2e4a7c29735db30f2e4488f4e9f10 /libgphoto2/Makefile.am
parent9c85fa7666db48ec230e3130d0e090003e6c0989 (diff)
downloadlibgphoto2-8ee7d7f19a3082749cae63fcd7d1be4d2be4c922.tar.gz
Make sure AM_CPPFLAGS with the local -I directories comes first.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9524 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2/Makefile.am')
-rw-r--r--libgphoto2/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgphoto2/Makefile.am b/libgphoto2/Makefile.am
index 2cc9216fc..66d8c8ce1 100644
--- a/libgphoto2/Makefile.am
+++ b/libgphoto2/Makefile.am
@@ -12,8 +12,8 @@ lib_LTLIBRARIES = libgphoto2.la
# Yes, this is messy, but we are going to clean this up.
libgphoto2_la_CPPFLAGS = \
- $(LTDLINCL) \
$(AM_CPPFLAGS) $(CPPFLAGS) \
+ $(LTDLINCL) \
$(LIBEXIF_CFLAGS)
libgphoto2_la_LDFLAGS = \