diff options
Diffstat (limited to 'grc/examples/simple')
-rw-r--r-- | grc/examples/simple/Makefile.am | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/grc/examples/simple/Makefile.am b/grc/examples/simple/Makefile.am index a2fcd614e..b9d1b8d56 100644 --- a/grc/examples/simple/Makefile.am +++ b/grc/examples/simple/Makefile.am @@ -19,8 +19,12 @@ # Boston, MA 02110-1301, USA. # -include $(top_srcdir)/grc/Makefile.common +include $(top_srcdir)/grc/Makefile.inc -datadir = $(grc_examples_prefix)/simple +ourdatadir = $(grc_examples_prefix)/simple -EXTRA_DIST = ber_simulation.grc +DATA_FILES = ber_simulation.grc + +ourdata_DATA = $(DATA_FILES) + +EXTRA_DIST = $(DATA_FILES) |