[netfilter-cvslog] r3736 - trunk/patch-o-matic-ng/pptp-conntrack-nat/linux/net/ipv4/netfilter

laforge at netfilter.org laforge at netfilter.org
Tue Feb 22 11:26:12 CET 2005


Author: laforge at netfilter.org
Date: 2005-02-22 11:26:12 +0100 (Tue, 22 Feb 2005)
New Revision: 3736

Modified:
   trunk/patch-o-matic-ng/pptp-conntrack-nat/linux/net/ipv4/netfilter/Makefile.ladd
Log:
we use EXPORT_SYMBOL in ip_conntrack_pptp, so we need to add the file
unconditionally export-objs (Closes: #301)


Modified: trunk/patch-o-matic-ng/pptp-conntrack-nat/linux/net/ipv4/netfilter/Makefile.ladd
===================================================================
--- trunk/patch-o-matic-ng/pptp-conntrack-nat/linux/net/ipv4/netfilter/Makefile.ladd	2005-02-21 20:36:49 UTC (rev 3735)
+++ trunk/patch-o-matic-ng/pptp-conntrack-nat/linux/net/ipv4/netfilter/Makefile.ladd	2005-02-22 10:26:12 UTC (rev 3736)
@@ -1,5 +1,3 @@
 # connection tracking helpers
 obj-$(CONFIG_IP_NF_PPTP) += ip_conntrack_pptp.o
-ifdef CONFIG_IP_NF_NAT_PPTP
-	export-objs += ip_conntrack_pptp.o
-endif
+export-objs += ip_conntrack_pptp.o




More information about the netfilter-cvslog mailing list