20 lines
491 B
Diff
20 lines
491 B
Diff
--- Makefile.am
|
|
+++ Makefile.am
|
|
@@ -19,4 +19,4 @@
|
|
|
|
AUTOMAKE_OPTIONS = gnits 1.8 dist-bzip2 std-options
|
|
|
|
-SUBDIRS = doc headers lib rmt src po tests
|
|
+SUBDIRS = doc headers lib src po tests
|
|
--- Makefile.in
|
|
+++ Makefile.in
|
|
@@ -300,7 +300,7 @@
|
|
target_alias = @target_alias@
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
AUTOMAKE_OPTIONS = gnits 1.8 dist-bzip2 std-options
|
|
-SUBDIRS = doc headers lib rmt src po tests
|
|
+SUBDIRS = doc headers lib src po tests
|
|
all: config.h
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
|
|