aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 856efe8..4747315 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -43,7 +43,7 @@ meta1lex.c: meta1gram.h
43 43
44incdir=$(pkgdatadir)/$(VERSION)/include 44incdir=$(pkgdatadir)/$(VERSION)/include
45inc_DATA = pp-setup 45inc_DATA = pp-setup
46EXTRA_DIST = pp-setup 46EXTRA_DIST = pp-setup inetd.in
47 47
48INCLUDES = \ 48INCLUDES = \
49 -I$(top_srcdir)/lib\ 49 -I$(top_srcdir)/lib\
@@ -68,7 +68,7 @@ AM_CPPFLAGS=\
68AM_YFLAGS=-dvt -pmeta1 68AM_YFLAGS=-dvt -pmeta1
69AM_LFLAGS=-dvp -Pmeta1 -olex.yy.c 69AM_LFLAGS=-dvp -Pmeta1 -olex.yy.c
70 70
71EXTRA_SCRIPTS = inetd.in 71EXTRA_SCRIPTS = inetd
72sbin_SCRIPTS = @INETD@ 72sbin_SCRIPTS = @INETD@
73 73
74inetd: inetd.in 74inetd: inetd.in

Return to:

Send suggestions and report system problems to the System administrator.