summaryrefslogtreecommitdiff
path: root/camlibs/template/Makefile.am
blob: ce99dc663d57907b402c9296a2692a426aeb7cd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# If you use this as template for a real camlib, make sure to
# change the "noinst_" at the beginning of the following line
# into "camlib_".
noinst_LTLIBRARIES = template.la
#camlib_LTLIBRARIES = template.la

template_la_SOURCES = template.c
template_la_LDFLAGS = -module -no-undefined -avoid-version -export-dynamic \
	-export-symbols $(top_srcdir)/camlibs/camlib.sym
template_la_DEPENDENCIES = $(top_srcdir)/camlibs/camlib.sym
template_la_LIBADD = $(top_builddir)/libgphoto2/libgphoto2.la

noinst_DATA = README.template
EXTRA_DIST = README.template