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-release-1.2.tar.gz
pies-release-1.2.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
incdir=$(pkgdatadir)/$(VERSION)/include
inc_DATA = pp-setup
-EXTRA_DIST = pp-setup
+EXTRA_DIST = pp-setup inetd.in
INCLUDES = \
-I$(top_srcdir)/lib\
@@ -68,7 +68,7 @@ AM_CPPFLAGS=\
AM_YFLAGS=-dvt -pmeta1
AM_LFLAGS=-dvp -Pmeta1 -olex.yy.c
-EXTRA_SCRIPTS = inetd.in
+EXTRA_SCRIPTS = inetd
sbin_SCRIPTS = @INETD@
inetd: inetd.in

Return to:

Send suggestions and report system problems to the System administrator.