summaryrefslogtreecommitdiff
path: root/camlibs/sonydscf1
diff options
context:
space:
mode:
authorLutz Mueller <lutz@users.sourceforge.net>2001-12-05 21:37:57 +0000
committerLutz Mueller <lutz@users.sourceforge.net>2001-12-05 21:37:57 +0000
commitc11497ad5c76eb6ce5221ae2538bd972ae6149c5 (patch)
treecf0c402261284af2204a7aa5807734aad3504d7b /camlibs/sonydscf1
parent802d236249f6fdaf13415a475d27fc8982a3ebbc (diff)
downloadlibgphoto2-c11497ad5c76eb6ce5221ae2538bd972ae6149c5.tar.gz
2001-12-05 Lutz M�ller <urc8@rz.uni-karlsruhe.de>
$builddir != $srcdir fixes. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@3402 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/sonydscf1')
-rw-r--r--camlibs/sonydscf1/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/camlibs/sonydscf1/Makefile.am b/camlibs/sonydscf1/Makefile.am
index a109ded45..92df58253 100644
--- a/camlibs/sonydscf1/Makefile.am
+++ b/camlibs/sonydscf1/Makefile.am
@@ -3,7 +3,9 @@ EXTRA_DIST = sonydscf1.df makefile.os2 readme todo
camlibdir = $(prefix)/lib/gphoto2
camlib_LTLIBRARIES = libgphoto2_sony_dscf1.la
-INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/libgphoto2
+INCLUDES = \
+ -I$(top_srcdir)/libgphoto2_port/libgphoto2_port \
+ -I$(top_srcdir)/libgphoto2
libgphoto2_sony_dscf1_la_SOURCES = \
command.c getuint.c chotplay.c sonydscf1.c sonydscf1.h \