aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a2400fb..3f29b4e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -27,4 +27,3 @@ pies_SOURCES = \
limits.c\
- meta1gram.y\
- meta1lex.l\
+ meta1parse.c\
pies.c\
@@ -40,4 +39,3 @@ noinst_HEADERS = \
cmdline.h\
- meta1gram.h\
- meta1lex.h\
+ meta1parse.h\
pies.h\
@@ -46,4 +44,2 @@ noinst_HEADERS = \
-meta1lex.c: meta1gram.h
-
BUILT_SOURCES=cmdline.h piesctl-cl.h
@@ -91,5 +87,2 @@ AM_CPPFLAGS=\
-AM_YFLAGS=-dvt -pmeta1
-AM_LFLAGS=-dvp -Pmeta1 -olex.yy.c
-
EXTRA_SCRIPTS = inetd

Return to:

Send suggestions and report system problems to the System administrator.