diff options
author | Lutz Mueller <lutz@users.sourceforge.net> | 2001-12-05 21:37:57 +0000 |
---|---|---|
committer | Lutz Mueller <lutz@users.sourceforge.net> | 2001-12-05 21:37:57 +0000 |
commit | c11497ad5c76eb6ce5221ae2538bd972ae6149c5 (patch) | |
tree | cf0c402261284af2204a7aa5807734aad3504d7b /camlibs/barbie | |
parent | 802d236249f6fdaf13415a475d27fc8982a3ebbc (diff) | |
download | libgphoto2-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/barbie')
-rw-r--r-- | camlibs/barbie/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/camlibs/barbie/Makefile.am b/camlibs/barbie/Makefile.am index 8053763c3..ad8fc3499 100644 --- a/camlibs/barbie/Makefile.am +++ b/camlibs/barbie/Makefile.am @@ -3,7 +3,9 @@ EXTRA_DIST = barbie.df makefile.os2 main.c compile camlibdir = $(prefix)/lib/gphoto2 camlib_LTLIBRARIES = libgphoto2_barbie.la -INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/libgphoto2 +INCLUDES = \ + -I$(top_srcdir)/libgphoto2_port/libgphoto2_port \ + -I$(top_srcdir)/libgphoto2 libgphoto2_barbie_la_SOURCES = barbie.c barbie.h library.c library.h |