summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-04-01 16:47:33 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-04-01 16:47:33 +0000
commite9c70565e2af6a21e2823d46ce00d36c34ea5215 (patch)
tree54bbb342520916da0d7d23c43b239ba7c0784bb7
parentfad789d76aaa4bd5a368d61315883c96077b079a (diff)
DIST_SUBDIRS: new variable. we can build flex with SUBDIRS and then build the distribution using DIST_SUBDIRS
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index fd658bc..3f61a3d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -107,6 +107,12 @@ SUBDIRS = \
examples \
po
+DIST_SUBDIRS = \
+ m4 \
+ examples \
+ po \
+ tests
+
localedir = $(datadir)/locale
INCLUDES = -DLOCALEDIR=\"$(localedir)\" -I@includedir@
LIBS = @LIBINTL@ @LIBS@