summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2015-12-17 13:00:15 +0100
committerBastien Nocera <hadess@hadess.net>2015-12-17 13:12:50 +0100
commit56a19ad9b056332ef07e508f1bdb6f03c6cb2590 (patch)
tree23e7732d909483a0bbc347cb38cd5ebd067f42aa
parent6eefe0edd03bfedb65e6fdefe7cde9f3a3da437f (diff)
downloadlibgd-56a19ad9b056332ef07e508f1bdb6f03c6cb2590.tar.gz
build: Fix incomplete distcheck fix
6eefe0edd03bfedb65e6fdefe7cde9f3a3da437f added the .gresource.xml to the distribution, but the CSS file it's supposed to include isn't distributed. Also remove the generated resource headers from the distribution.
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 4635f82..ae39b33 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -208,9 +208,9 @@ tagged_entry_sources = \
nodist_libgd_la_SOURCES += $(tagged_entry_sources)
EXTRA_DIST += \
- libgd/gd-tagged-entry.gresource.xml \
$(tagged_entry_sources) \
- $(tagged_entry_resource_files) \
+ libgd/gd-tagged-entry.gresource.xml \
+ libgd/gd-tagged-entry-default.css \
$(NULL)
CLEANFILES += \
libgd/gd-tagged-entry-resources.c \