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
@@ -25,8 +25,7 @@ pies_SOURCES = \
inetd.c\
inetd-bi.c\
limits.c\
- meta1gram.y\
- meta1lex.l\
+ meta1parse.c\
pies.c\
progman.c\
socket.c\
@@ -38,14 +37,11 @@ pies_SOURCES = \
noinst_HEADERS = \
acl.h\
cmdline.h\
- meta1gram.h\
- meta1lex.h\
+ meta1parse.h\
pies.h\
prog.h\
piesctl-cl.h
-meta1lex.c: meta1gram.h
-
BUILT_SOURCES=cmdline.h piesctl-cl.h
incdir=$(pkgdatadir)/$(VERSION)/include
@@ -89,9 +85,6 @@ AM_CPPFLAGS=\
-DDEFAULT_PIES_CONTROL_URL='"$(DEFAULT_PIES_CONTROL_URL)"'\
-DDEFAULT_INIT_CONTROL_URL='"$(DEFAULT_INIT_CONTROL_URL)"'
-AM_YFLAGS=-dvt -pmeta1
-AM_LFLAGS=-dvp -Pmeta1 -olex.yy.c
-
EXTRA_SCRIPTS = inetd
sbin_SCRIPTS = @INETD@

Return to:

Send suggestions and report system problems to the System administrator.