summaryrefslogtreecommitdiff
path: root/libappstream-glib/Makefile.am
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-04-30 15:04:45 +0100
committerRichard Hughes <richard@hughsie.com>2014-04-30 15:04:45 +0100
commitd7e4f54befa906c2e9c3ec908a7f1799db84e938 (patch)
tree608dd67af07501bf93dfcec4efdfc5a0f60cdfb7 /libappstream-glib/Makefile.am
parent27ead4b48da3f99fb1205627c7201064cb9b6c14 (diff)
downloadappstream-glib-d7e4f54befa906c2e9c3ec908a7f1799db84e938.tar.gz
Check the project_license against the list of SPDX IDs when validating
Diffstat (limited to 'libappstream-glib/Makefile.am')
-rw-r--r--libappstream-glib/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/libappstream-glib/Makefile.am b/libappstream-glib/Makefile.am
index c9834ed..13ceb1a 100644
--- a/libappstream-glib/Makefile.am
+++ b/libappstream-glib/Makefile.am
@@ -26,7 +26,7 @@ as-tag-private.h: as-tag.gperf
$(AM_V_GEN) gperf < $< > $@
endif
-as-resources.c: appstream-glib.gresource.xml as-stock-icons.txt
+as-resources.c: appstream-glib.gresource.xml as-stock-icons.txt as-license-ids.txt
$(AM_V_GEN) \
glib-compile-resources \
--sourcedir=$(srcdir) \
@@ -35,7 +35,7 @@ as-resources.c: appstream-glib.gresource.xml as-stock-icons.txt
--generate-source \
--c-name as \
$(srcdir)/appstream-glib.gresource.xml
-as-resources.h: appstream-glib.gresource.xml as-stock-icons.txt
+as-resources.h: appstream-glib.gresource.xml as-stock-icons.txt as-license-ids.txt
$(AM_V_GEN) \
glib-compile-resources \
--sourcedir=$(srcdir) \
@@ -177,6 +177,7 @@ DISTCLEANFILES = \
EXTRA_DIST = \
appstream-glib.gresource.xml \
appstream-glib.pc.in \
+ as-license-ids.txt \
as-stock-icons.txt \
as-tag.gperf \
as-version.h.in