summaryrefslogtreecommitdiff
path: root/libgphoto2_port/libgphoto2_port
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2013-03-10 14:59:08 +0000
committerMarcus Meissner <marcus@jet.franken.de>2013-03-10 14:59:08 +0000
commit60038db2e4d6672d26c913750d5ffa1fc9570e01 (patch)
tree2e4bc58ddf88c347342e60db1eb6f3458be92b2c /libgphoto2_port/libgphoto2_port
parentc4026b14fb0078297c43e696325aa98de93ff057 (diff)
downloadlibgphoto2-60038db2e4d6672d26c913750d5ffa1fc9570e01.tar.gz
cleaned up AM_CPPFLAGS and CPPFLAGS usage patterns.
AM_CPPFLAGS and CPPFLAGS are used both during build, so no need to use merge them together in configure. also move the -I$(xx) stuff into Makefile* to avoid shell expansion issues. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14269 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port/libgphoto2_port')
-rw-r--r--libgphoto2_port/libgphoto2_port/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgphoto2_port/libgphoto2_port/Makefile.am b/libgphoto2_port/libgphoto2_port/Makefile.am
index 9ea61e30e..862aa7e10 100644
--- a/libgphoto2_port/libgphoto2_port/Makefile.am
+++ b/libgphoto2_port/libgphoto2_port/Makefile.am
@@ -1,7 +1,7 @@
lib_LTLIBRARIES = libgphoto2_port.la
libgphoto2_port_la_CPPFLAGS = \
- -I$(srcdir) \
+ -I$(srcdir) -I$(top_srcdir) \
$(AM_CPPFLAGS) $(CPPFLAGS) \
$(LTDLINCL)