summaryrefslogtreecommitdiff
path: root/camlibs/template
diff options
context:
space:
mode:
authorLutz Mueller <lutz@users.sourceforge.net>2001-01-08 07:09:16 +0000
committerLutz Mueller <lutz@users.sourceforge.net>2001-01-08 07:09:16 +0000
commit04eec0f5311e9e5a82c8dd9cbacab2c0f2a4e9f2 (patch)
tree98e784efcf259b8946a9e44da6488ec0c7b106a4 /camlibs/template
parenta84fa8f73a9a3266c96b0ccb0cf6b9c81c937682 (diff)
downloadlibgphoto2-04eec0f5311e9e5a82c8dd9cbacab2c0f2a4e9f2.tar.gz
Added -lgphoto2 in again (KDE folks need it?). Added -L$(shell pwd)/$(top_builddir)/libgphoto2/.libs - this hopefully fixes the first time installation problem with -lgphoto2
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@1499 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/template')
-rw-r--r--camlibs/template/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/camlibs/template/Makefile.am b/camlibs/template/Makefile.am
index 6c43bef92..cd0c64453 100644
--- a/camlibs/template/Makefile.am
+++ b/camlibs/template/Makefile.am
@@ -5,4 +5,8 @@ INCLUDES = -I$(top_srcdir)/include
libgphoto2_template_la_SOURCES = template.c template.h
-libgphoto2_template_la_LDFLAGS = -version-info 0:0:0
+libgphoto2_template_la_LDFLAGS =\
+ -avoid-version\
+ -L$(shell pwd)/$(top_builddir)/libgphoto2/.libs
+
+libgphoto2_template_la_LIBADD = -lgphoto2