diff options
Diffstat (limited to 'grc/examples/simple')
-rw-r--r-- | grc/examples/simple/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/grc/examples/simple/Makefile.am b/grc/examples/simple/Makefile.am index b9d1b8d56..e78188201 100644 --- a/grc/examples/simple/Makefile.am +++ b/grc/examples/simple/Makefile.am @@ -23,8 +23,4 @@ include $(top_srcdir)/grc/Makefile.inc ourdatadir = $(grc_examples_prefix)/simple -DATA_FILES = ber_simulation.grc - -ourdata_DATA = $(DATA_FILES) - -EXTRA_DIST = $(DATA_FILES) +dist_ourdata_DATA = ber_simulation.grc |