diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-15 16:28:44 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-15 16:28:44 +0200 |
commit | 4226f0dd4813277819406a4f13b460195d798f1a (patch) | |
tree | 820809be2d91fb0bb637c8ff3659c803edac2e25 /runtime/Makefile.am | |
parent | 0e83bd69fcce2359d1d25022d1cc1263e42219a9 (diff) | |
download | rsyslog-4226f0dd4813277819406a4f13b460195d798f1a.tar.gz rsyslog-4226f0dd4813277819406a4f13b460195d798f1a.tar.xz rsyslog-4226f0dd4813277819406a4f13b460195d798f1a.zip |
begin building runtime convenience library (does not build!)
Diffstat (limited to 'runtime/Makefile.am')
-rw-r--r-- | runtime/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am new file mode 100644 index 00000000..813a4c68 --- /dev/null +++ b/runtime/Makefile.am @@ -0,0 +1,13 @@ +noinst_LTLIBRARIES = librsyslog.la +#pkglib_LTLIBRARIES = librsyslog.la + +librsyslog_la_SOURCES = \ + queue.c \ + queue.h + +librsyslog_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags) +#librsyslog_la_LDFLAGS = -module -avoid-version +librsyslog_la_LIBADD = + +sbin_PROGRAMS = +man_MANS = |