summaryrefslogtreecommitdiff
path: root/libgphoto2_port/ptpip
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_port/ptpip
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_port/ptpip')
-rw-r--r--libgphoto2_port/ptpip/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgphoto2_port/ptpip/Makefile.am b/libgphoto2_port/ptpip/Makefile.am
index 945401d33..175288779 100644
--- a/libgphoto2_port/ptpip/Makefile.am
+++ b/libgphoto2_port/ptpip/Makefile.am
@@ -6,8 +6,8 @@ ptpip_la_LDFLAGS = -module -no-undefined -avoid-version \
-export-dynamic \
-export-symbols $(top_srcdir)/iolib.sym
ptpip_la_CPPFLAGS = \
- $(INTL_CFLAGS) \
$(AM_CPPFLAGS) \
+ $(INTL_CFLAGS) \
$(CPPFLAGS)
ptpip_la_DEPENDENCIES = $(top_srcdir)/iolib.sym
ptpip_la_LIBADD = $(top_builddir)/libgphoto2_port/libgphoto2_port.la @MDNS_LIBS@