summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-03-04 15:58:16 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-03-04 15:58:16 +0000
commit59c2e58a2fdb86b1cfc8bd0562b44b154b90597a (patch)
tree8d50ed6da43e4180fa3a336cf0f6036e6495384c /Makefile.am
parent655d07a2278d1caa12e6c3161f89ea48e8204f12 (diff)
add parse.c and scan.c to built_sources
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 185a747..b9f0b4b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -98,7 +98,9 @@ EXTRA_DIST = \
faqs
BUILT_SOURCES = \
- skel.c
+ skel.c \
+ parse.c \
+scan.c
# We have a few dependencies and rules to enumerate. (from the old
# Makefile.in by Vern)