diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index 4b23432..0f9b4a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,5 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = lib intl src doc po +SUBDIRS = lib libidu intl src lisp po doc testsuite -TESTS = idtest - -EXTRA_DIST = idtest @README_ALPHA@ - -idtest-real: all - $(SHELL) $(top_srcdir)/idtest $(top_srcdir) $(top_builddir) +EXTRA_DIST = @README_ALPHA@ |