summaryrefslogtreecommitdiff
path: root/camlibs/clicksmart310
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2006-12-26 22:30:11 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2006-12-26 22:30:11 +0000
commitd9e41c4de0f488d6ee932e6db669418775c01008 (patch)
tree04daf253e9afb3c91cf27163dc99eac4fad3dff0 /camlibs/clicksmart310
parent988b9b987ce53f04f4bbe3ae3583ff0e5981298e (diff)
downloadlibgphoto2-d9e41c4de0f488d6ee932e6db669418775c01008.tar.gz
2.3.1.0.trunk, non-recursive camlibs build
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9736 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/clicksmart310')
-rw-r--r--camlibs/clicksmart310/Makefile-files11
-rw-r--r--camlibs/clicksmart310/Makefile.am9
2 files changed, 11 insertions, 9 deletions
diff --git a/camlibs/clicksmart310/Makefile-files b/camlibs/clicksmart310/Makefile-files
new file mode 100644
index 000000000..abe155fec
--- /dev/null
+++ b/camlibs/clicksmart310/Makefile-files
@@ -0,0 +1,11 @@
+EXTRA_DIST += clicksmart310/README.clicksmart310
+camlibdoc_DATA += clicksmart310/README.clicksmart310
+
+EXTRA_LTLIBRARIES += clicksmart310.la
+
+clicksmart310_la_SOURCES = \
+ clicksmart310/library.c \
+ clicksmart310/clicksmart.c clicksmart310/clicksmart.h \
+ clicksmart310/spca50x-jpeg-header.h
+clicksmart310_la_LDFLAGS = $(camlib_ldflags)
+clicksmart310_la_LIBADD = $(camlib_libadd)
diff --git a/camlibs/clicksmart310/Makefile.am b/camlibs/clicksmart310/Makefile.am
deleted file mode 100644
index a5c0fd581..000000000
--- a/camlibs/clicksmart310/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-camlib_LTLIBRARIES = clicksmart310.la
-
-clicksmart310_la_SOURCES = library.c clicksmart.c clicksmart.h spca50x-jpeg-header.h
-clicksmart310_la_LDFLAGS = -module -no-undefined -avoid-version -export-dynamic \
- -export-symbols $(top_srcdir)/camlibs/camlib.sym
-clicksmart310_la_LIBADD = $(top_builddir)/libgphoto2/libgphoto2.la
-
-camlibdoc_DATA = README.clicksmart310
-EXTRA_DIST = README.clicksmart310