summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
authorLutz Mueller <lutz@users.sourceforge.net>2001-12-05 22:11:48 +0000
committerLutz Mueller <lutz@users.sourceforge.net>2001-12-05 22:11:48 +0000
commit22bea057ca16218dc2ebea8107fca6eb9f5d9755 (patch)
tree4b5a688b1d49ba1205bd7d4e7de7cd8e3630e963 /frontends
parentebba3a5868f4852f870d033f171d4d4ec1d0374f (diff)
downloadlibgphoto2-22bea057ca16218dc2ebea8107fca6eb9f5d9755.tar.gz
Fix includes
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@3409 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'frontends')
-rw-r--r--frontends/command-line/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontends/command-line/Makefile.am b/frontends/command-line/Makefile.am
index fcfce994d..28658004c 100644
--- a/frontends/command-line/Makefile.am
+++ b/frontends/command-line/Makefile.am
@@ -8,9 +8,8 @@ CFLAGS = @CFLAGS@ -g
INCLUDES = \
-DGPHOTO2_LOCALEDIR=\""$(datadir)/locale"\" \
- -I$(top_srcdir)/include \
+ -I$(top_srcdir)/libgphoto2_port/libgphoto2_port \
-I$(top_srcdir)/libgphoto2 \
- -I$(top_srcdir) \
$(AA_CFLAGS)
if HAVE_CDK