aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-12-12 14:04:22 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-12-12 14:04:22 +0200
commitf7df08999c5899f0aa5fa51d62f4a5eefe38da80 (patch)
tree0546797bf1b461637eda89e2c2d482d54379469d
parent94c29f6b6180dca91ae4034ffcb50c6a5c171b75 (diff)
downloadpies-f7df08999c5899f0aa5fa51d62f4a5eefe38da80.tar.gz
pies-f7df08999c5899f0aa5fa51d62f4a5eefe38da80.tar.bz2
Minor fixes.release-1.2
* src/Makefile.am: Fix rules for inetd.
-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.