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
@@ -40,13 +40,13 @@ noinst_HEADERS = \
pies.h
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\
-I$(top_srcdir)/gnu\
-I$(top_builddir)/gnu\
-I$(top_srcdir)/grecs/src
@@ -65,13 +65,13 @@ AM_CPPFLAGS=\
-DDEFAULT_INCLUDE_DIR=\"$(pkgdatadir)/include\"\
-DDEFAULT_STATE_DIR=\"$(pkgstatedir)\"
AM_YFLAGS=-dvt -pmeta1
AM_LFLAGS=-dvp -Pmeta1 -olex.yy.c
-EXTRA_SCRIPTS = inetd.in
+EXTRA_SCRIPTS = inetd
sbin_SCRIPTS = @INETD@
inetd: inetd.in
$(AM_V_GEN)sed 's|_SBINDIR_|$(sbindir)|' \
$(top_srcdir)/src/inetd.in > $(top_builddir)/src/inetd

Return to:

Send suggestions and report system problems to the System administrator.