From 8ee7d7f19a3082749cae63fcd7d1be4d2be4c922 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Thu, 7 Dec 2006 16:41:50 +0000 Subject: 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 --- libgphoto2/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgphoto2/Makefile.am') 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 = \ -- cgit v1.2.1