build: Fix rules for examples data
Apparenly we need to EXTRA_DIST the image and JSON data.
This commit is contained in:
parent
796c869c13
commit
c76e63f0c7
@ -4,7 +4,12 @@ NULL =
|
|||||||
|
|
||||||
EXTRA_DIST =
|
EXTRA_DIST =
|
||||||
|
|
||||||
noinst_PROGRAMS = \
|
noinst_PROGRAMS =
|
||||||
|
examples_DATA =
|
||||||
|
|
||||||
|
examplesdir = $(datadir)/clutter-1.0/cookbook/examples
|
||||||
|
|
||||||
|
all_examples = \
|
||||||
actors-composite-main \
|
actors-composite-main \
|
||||||
animations-complex \
|
animations-complex \
|
||||||
animations-looping-animator \
|
animations-looping-animator \
|
||||||
@ -131,7 +136,9 @@ img_data = \
|
|||||||
$(srcdir)/smiley.png \
|
$(srcdir)/smiley.png \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
examplesdir = $(datadir)/clutter-1.0/cookbook/examples
|
EXTRA_DIST += $(ui_data) $(img_data)
|
||||||
examples_DATA = $(uidata) $(img_data) $(srcdir)/*.c $(srcdir)/*.h
|
|
||||||
|
examples_DATA += $(ui_data) $(img_data) $(srcdir)/*.c $(srcdir)/*.h
|
||||||
|
noinst_PROGRAMS += $(all_examples)
|
||||||
|
|
||||||
-include $(top_srcdir)/build/autotools/Makefile.am.gitignore
|
-include $(top_srcdir)/build/autotools/Makefile.am.gitignore
|
||||||
|
Loading…
x
Reference in New Issue
Block a user