From 3af28bbd2dc4c79b242aad3b9e3f45cffe0f19d0 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 16 Apr 2008 08:56:48 +0200 Subject: moved runtime files into their own directory --- Makefile.am | 37 ------------------------------------- 1 file changed, 37 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c2685963..a4d1ea5b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,16 +10,6 @@ rsyslogd_SOURCES = \ errmsg.h \ syslogd.c \ syslogd.h \ - sysvar.c \ - sysvar.h \ - vm.c \ - vm.h \ - vmstk.c \ - vmstk.h \ - vmprg.c \ - vmprg.h \ - vmop.c \ - vmop.h \ debug.c \ debug.h \ glbl.h \ @@ -39,27 +29,11 @@ rsyslogd_SOURCES = \ liblogging-stub.h \ threads.c \ threads.h \ - stream.c \ - stream.h \ - var.c \ - var.h \ - wtp.c \ - wtp.h \ - wti.c \ - wti.h \ - sync.c \ - sync.h \ obj.c \ obj.h \ obj-types.h \ msg.c \ msg.h \ - expr.c \ - expr.h \ - ctok.c \ - ctok.h \ - ctok_token.c \ - ctok_token.h \ conf.c \ conf.h \ omshell.c \ @@ -142,17 +116,6 @@ lmtcpclt_la_LIBADD = endif # if ENABLE_INET -# -# regular expression support -# -if ENABLE_REGEXP -pkglib_LTLIBRARIES += lmregexp.la -lmregexp_la_SOURCES = regexp.c regexp.h -lmregexp_la_CPPFLAGS = $(pthreads_cflags) $(rsrt_cflags) -lmregexp_la_LDFLAGS = -module -avoid-version $(rsrt_libs) -lmregexp_la_LIBADD = -endif - # # gssapi support # -- cgit