summaryrefslogtreecommitdiff
path: root/camlibs/sonydscf1
diff options
context:
space:
mode:
authorLutz Mueller <lutz@users.sourceforge.net>2001-12-07 00:21:17 +0000
committerLutz Mueller <lutz@users.sourceforge.net>2001-12-07 00:21:17 +0000
commit0947dcd16028b74268b646b63ff99ac9b6fa41e5 (patch)
treec066b87ce368837c1da369725c74d6f128c8d983 /camlibs/sonydscf1
parent65d52f43b1a10f9314e97b49a32925695baea22c (diff)
downloadlibgphoto2-0947dcd16028b74268b646b63ff99ac9b6fa41e5.tar.gz
2001-12-07 Lutz M�ller <urc8@rz.uni-karlsruhe.de>
* configure.in: Remove dotlib hack * camlibs: Do it "the right way" git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@3422 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/sonydscf1')
-rw-r--r--camlibs/sonydscf1/Makefile.am7
1 files changed, 2 insertions, 5 deletions
diff --git a/camlibs/sonydscf1/Makefile.am b/camlibs/sonydscf1/Makefile.am
index 92df58253..5e8e8faeb 100644
--- a/camlibs/sonydscf1/Makefile.am
+++ b/camlibs/sonydscf1/Makefile.am
@@ -11,8 +11,5 @@ libgphoto2_sony_dscf1_la_SOURCES = \
command.c getuint.c chotplay.c sonydscf1.c sonydscf1.h \
command.h getuint.h chotplay.h pmp.h config.h common.h
-libgphoto2_sony_dscf1_la_LDFLAGS =\
- -module -avoid-version\
- -L$(shell pwd)/$(top_builddir)/libgphoto2/@dotlibs@
-
-libgphoto2_sony_dscf1_la_LIBADD = -lgphoto2
+libgphoto2_sony_dscf1_la_LDFLAGS = -module -avoid-version
+libgphoto2_sony_dscf1_la_LIBADD = $(top_builddir)/libgphoto2/libgphoto2.la