diff options
Diffstat (limited to 'sim/Makefile.am')
-rw-r--r-- | sim/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sim/Makefile.am b/sim/Makefile.am index bcca706..c6e2d04 100644 --- a/sim/Makefile.am +++ b/sim/Makefile.am @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -AUTOMAKE_OPTIONS = foreign no-dist subdir-objects +AUTOMAKE_OPTIONS = dejagnu foreign no-dist subdir-objects ACLOCAL_AMFLAGS = -I.. -I../config srcroot = $(srcdir)/.. @@ -34,3 +34,5 @@ MOSTLYCLEANFILES = core nltvals: $(abs_srcdir)/common/gennltvals.py --cpp "$(CPP)" --output nltvals.def --srcroot $(srcroot) $(SHELL) $(srcroot)/move-if-change nltvals.def $(abs_srcdir)/common/nltvals.def + +include testsuite/local.mk |