summaryrefslogtreecommitdiff
path: root/lib/Makefile.am.inc
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-12-16 13:22:04 +0100
committerAlexander Larsson <alexl@redhat.com>2015-12-16 13:22:04 +0100
commit2175ffa77d538b9e657b5acf3f09aeb3da809d2e (patch)
treeaf1f6938cf81f0720c0a7d3a77bec35224d1ea4d /lib/Makefile.am.inc
parent3e5019bc64611255b91ffa3ed6ba0c7218a820ed (diff)
downloadxdg-app-2175ffa77d538b9e657b5acf3f09aeb3da809d2e.tar.gz
Add missing EXTRA_DIST to pass distcheck
Diffstat (limited to 'lib/Makefile.am.inc')
-rw-r--r--lib/Makefile.am.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Makefile.am.inc b/lib/Makefile.am.inc
index ba25544..90d7dc2 100644
--- a/lib/Makefile.am.inc
+++ b/lib/Makefile.am.inc
@@ -36,6 +36,8 @@ lib/xdg-app-enum-types.c: $(public_headers) lib/xdg-app-enum-types.c.template
$(AM_V_GEN) $(GLIB_MKENUMS) --template $(filter %.template,$^) $(filter-out %.template,$^) > \
lib/xdg-app-enum-types.c.tmp && mv lib/xdg-app-enum-types.c.tmp lib/xdg-app-enum-types.c
+EXTRA_DIST += lib/xdg-app-enum-types.c.template lib/xdg-app-enum-types.h.template
+
xdgappincludedir = $(includedir)/xdg-app
xdgappinclude_HEADERS = $(public_headers) $(generated_public_headers)
@@ -46,6 +48,7 @@ sources = \
lib/xdg-app-installed-ref.c \
lib/xdg-app-installed-ref-private.h \
lib/xdg-app-remote-ref.c \
+ lib/xdg-app-remote-ref-private.h \
lib/xdg-app-remote-private.h \
lib/xdg-app-remote.c \
lib/xdg-app-error.c \