summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2018-02-22 17:20:40 +0000
committerMarcus Lundblad <ml@update.uu.se>2018-02-23 22:28:04 +0100
commit8c4e58656e61b3ba4c78e80de863080f32ed9c75 (patch)
treeffcbe76ed5770ddb4cac609be3ac454a596dc907 /lib
parent6822d6a98fa8631d47c180f8bc7dc7d1ad4306dd (diff)
downloadgnome-maps-8c4e58656e61b3ba4c78e80de863080f32ed9c75.tar.gz
lib: Ship the template files for maps-enum-types.[ch]
Otherwise it's impossible to build from a tarball after `make distclean`. Signed-off-by: Simon McVittie <smcv@debian.org> Bug-Debian: https://bugs.debian.org/891133 https://bugzilla.gnome.org/show_bug.cgi?id=793730
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 6d4629bf..5be507e4 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -4,6 +4,10 @@ BUILT_SOURCES = \
maps-enum-types.c \
maps-enum-types.h
+EXTRA_DIST = \
+ maps-enum-types.c.template \
+ maps-enum-types.h.template
+
libgnome_maps_headers_private = \
maps-contact-store.h \
maps-contact.h \