~ubuntu-branches/ubuntu/gutsy/syslog-ng/gutsy-security

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Magosányi Árpád (mag)
  • Date: 2004-09-13 17:19:50 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20040913171950-exchl6q68goa4zi4
Tags: 1.6.4-2
* Added patch from Loic Minier to make init script more sane. Closes: #268820
* Added PATH to init script. Closes: #262224
* Only one instance of html documentation. Patch from Loic Minier. Closes: #268685
* Stops only once in prerm. Closes: #268848
* New syslog-ng.conf. Closes: #268686 
* Added Nate Campi's FAQ. Closes: #268998

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
NORMAL_UNINSTALL = :
58
58
PRE_UNINSTALL = :
59
59
POST_UNINSTALL = :
 
60
host_alias = @host_alias@
 
61
host_triplet = @host@
60
62
CC = @CC@
 
63
HAVE_LIB = @HAVE_LIB@
61
64
LEX = @LEX@
 
65
LIB = @LIB@
62
66
LIBOBJS = @LIBOBJS@
 
67
LTLIB = @LTLIB@
63
68
MAKEINFO = @MAKEINFO@
64
69
MAKE_CLASS = @MAKE_CLASS@
65
70
PACKAGE = @PACKAGE@
66
71
VERSION = @VERSION@
67
72
YACC = @YACC@
68
73
YFLAGS = @YFLAGS@
69
 
klogctl = @klogctl@
70
74
 
71
75
SUBDIRS = src doc contrib 
72
76
 
73
 
EXTRA_DIST = acconfig.h PORTS syslog-ng.spec syslog-ng.spec.in
 
77
EXTRA_DIST = acconfig.h PORTS syslog-ng.spec syslog-ng.spec.in README.spoof
74
78
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
75
79
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
76
80
CONFIG_HEADER = ./src/config.h
77
81
CONFIG_CLEAN_FILES =  syslog-ng.spec
78
82
DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
79
 
Makefile.in NEWS acconfig.h aclocal.m4 configure configure.in \
80
 
install-sh missing mkinstalldirs src/config.h.in src/stamp-h.in \
81
 
syslog-ng.spec.in
 
83
Makefile.in NEWS acconfig.h aclocal.m4 config.guess config.sub \
 
84
configure configure.in install-sh missing mkinstalldirs src/config.h.in \
 
85
src/stamp-h.in syslog-ng.spec.in
82
86
 
83
87
 
84
88
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)