21 lines
836 B
Plaintext
21 lines
836 B
Plaintext
--- examples/Makefile.in.orig 2018-03-05 23:07:23 UTC
|
|
+++ examples/Makefile.in
|
|
@@ -60,7 +60,7 @@ am__make_running_with_option = \
|
|
test $$has_opt = yes
|
|
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
|
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
|
-pkgdatadir = $(datadir)/@PACKAGE@
|
|
+pkgdatadir = $(datadir)
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
|
@@ -292,7 +292,7 @@ top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
dist_examples_DATA = des.gtkw des.tcl des.v des.fst transaction.fst transaction.gtkw transaction.c gtkwaverc sst_exclusion_example.rc
|
|
-examplesdir = $(pkgdatadir)/examples
|
|
+examplesdir = $(pkgdatadir)/examples/@PACKAGE@
|
|
all: all-am
|
|
|
|
.SUFFIXES:
|