diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-02 08:17:40 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-02 08:17:40 +0000 |
commit | ff790810517ce193efab3841ae51330f7c1a72bc (patch) | |
tree | c23a54e5b694516013677370b6f6514aed82fde5 /Makefile.am | |
parent | 7e4785e72b17b8fff26f536342457ceee02d39a0 (diff) | |
download | rsyslog-ff790810517ce193efab3841ae51330f7c1a72bc.tar.gz rsyslog-ff790810517ce193efab3841ae51330f7c1a72bc.tar.xz rsyslog-ff790810517ce193efab3841ae51330f7c1a72bc.zip |
removed no longer needed file relptuil.c/.h
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am index 4e886128..f97687c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -167,17 +167,6 @@ lmgssutil_la_LDFLAGS = -module -avoid-version lmgssutil_la_LIBADD = $(gss_libs) endif -# -# relp support -# -if ENABLE_RELP -pkglib_LTLIBRARIES += lmrelputil.la -lmrelputil_la_SOURCES = relputil.c relputil.h -lmrelputil_la_CPPFLAGS = $(pthreads_cflags) $(RELP_CFLAGS) -lmrelputil_la_LDFLAGS = -module -avoid-version -lmrelputil_la_LIBADD = $(RELP_LIBS) -endif - EXTRA_DIST = \ redhat/rsyslog.conf \ redhat/rsyslog.init \ |