[netfilter-cvslog] r6608 - in branches/ulog/ulogd2: input/packet libipulog

laforge at netfilter.org laforge at netfilter.org
Tue May 23 10:40:07 CEST 2006


Author: laforge at netfilter.org
Date: 2006-05-23 10:40:06 +0200 (Tue, 23 May 2006)
New Revision: 6608

Modified:
   branches/ulog/ulogd2/input/packet/Makefile.am
   branches/ulog/ulogd2/libipulog/Makefile.am
Log:
use correct libipulog.la libtool name (Philip Craig)


Modified: branches/ulog/ulogd2/input/packet/Makefile.am
===================================================================
--- branches/ulog/ulogd2/input/packet/Makefile.am	2006-05-23 08:39:28 UTC (rev 6607)
+++ branches/ulog/ulogd2/input/packet/Makefile.am	2006-05-23 08:40:06 UTC (rev 6608)
@@ -10,4 +10,4 @@
 
 ulogd_inppkt_ULOG_la_SOURCES = ulogd_inppkt_ULOG.c
 ulogd_inppkt_ULOG_la_LDFLAGS = -module
-ulogd_inppkt_ULOG_la_LIBADD = ../../libipulog/libipulog.a
+ulogd_inppkt_ULOG_la_LIBADD = ../../libipulog/libipulog.la

Modified: branches/ulog/ulogd2/libipulog/Makefile.am
===================================================================
--- branches/ulog/ulogd2/libipulog/Makefile.am	2006-05-23 08:39:28 UTC (rev 6607)
+++ branches/ulog/ulogd2/libipulog/Makefile.am	2006-05-23 08:40:06 UTC (rev 6608)
@@ -3,6 +3,6 @@
 
 AM_CFLAGS=-fPIC
 
-noinst_LIBRARIES = libipulog.a
+noinst_LTLIBRARIES = libipulog.la
 
-libipulog_a_SOURCES = libipulog.c
+libipulog_la_SOURCES = libipulog.c




More information about the netfilter-cvslog mailing list