blob: 96165ea2c05c81f354a80e611eb4b76729439f34 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- examples/Makefile.in.orig 2023-08-13 22:32:41 UTC
+++ examples/Makefile.in
@@ -60,7 +60,7 @@ am__make_keepgoing = (target_option=k; $(am__make_runn
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@
@@ -293,7 +293,7 @@ dist_examples_DATA = des.gtkw des.tcl des.v des.fst tr
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/gtkwave
all: all-am
.SUFFIXES:
|