diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2014-07-08 10:12:52 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2014-07-08 10:13:39 +0200 |
commit | eec6deba90d8cd771e83559f6996a1ce547d4c8a (patch) | |
tree | db41014cac90fcba5516eb94f2437b6fab7dd0b1 /examples | |
parent | 461acd6e428694c89002d5bb1e4d616e7390cdf0 (diff) | |
download | gtk+-eec6deba90d8cd771e83559f6996a1ce547d4c8a.tar.gz |
build: Fix make dist
Diffstat (limited to 'examples')
-rw-r--r-- | examples/bp/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/bp/Makefile.am b/examples/bp/Makefile.am index ed1a486af0..6930521002 100644 --- a/examples/bp/Makefile.am +++ b/examples/bp/Makefile.am @@ -26,4 +26,6 @@ bloatpad-gresources.c: $(resource_files) CLEANFILES = bloatpad-gresources.c +EXTRA_DIST = $(resource_files) + -include $(top_srcdir)/git.mk |