summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2020-01-22 00:36:09 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2020-01-22 10:13:07 +0100
commite14e6154715ae4673ab2bd0332cc55f1d597c835 (patch)
tree70a30d46c5d5fd6c3245d72c43b97e3ebf627b24
parent77db513adb3db237e2a1d09faa44adb2029af322 (diff)
downloadlibgphoto2-e14e6154715ae4673ab2bd0332cc55f1d597c835.tar.gz
camlib template Makefile-files: group files logically
-rw-r--r--camlibs/template/Makefile-files4
1 files changed, 3 insertions, 1 deletions
diff --git a/camlibs/template/Makefile-files b/camlibs/template/Makefile-files
index c71f28fc0..3ba9028d3 100644
--- a/camlibs/template/Makefile-files
+++ b/camlibs/template/Makefile-files
@@ -13,9 +13,11 @@
# And as the last step, you need to add it to configure.ac:
# * GP_CAMLIB([foobar])dnl
-EXTRA_DIST += template/README.template template/ChangeLog
+EXTRA_DIST += template/ChangeLog
+EXTRA_DIST += template/README.template
noinst_DATA += template/README.template
+
noinst_LTLIBRARIES += template.la
template_la_SOURCES = template/template.c