public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.4.20-pre7] net/ipv4/netfilter/ip_conntrack_ftp and _irc to export objs
@ 2002-09-14 17:53 Jarno Paananen
  2002-09-14 18:11 ` Martin Josefsson
  0 siblings, 1 reply; 4+ messages in thread
From: Jarno Paananen @ 2002-09-14 17:53 UTC (permalink / raw)
  To: linux-kernel

Hi,

the two modules mentioned export symbols but are not mentioned in
export-objs in Makefile and thus give errors. Patch attached.

// Jarno

--- net/ipv4/netfilter/Makefile.bak	2002-09-14 19:50:38.000000000 +0300
+++ net/ipv4/netfilter/Makefile	2002-09-14 19:51:28.000000000 +0300
@@ -9,7 +9,7 @@
 
 O_TARGET := netfilter.o
 
-export-objs = ip_conntrack_standalone.o ip_fw_compat.o ip_nat_standalone.o ip_tables.o arp_tables.o
+export-objs = ip_conntrack_standalone.o ip_fw_compat.o ip_nat_standalone.o ip_tables.o arp_tables.o ip_conntrack_ftp.o ip_conntrack_irc.o
 
 # Multipart objects.
 list-multi		:= ip_conntrack.o iptable_nat.o ipfwadm.o ipchains.o

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-09-14 18:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-14 17:53 [PATCH 2.4.20-pre7] net/ipv4/netfilter/ip_conntrack_ftp and _irc to export objs Jarno Paananen
2002-09-14 18:11 ` Martin Josefsson
2002-09-14 18:19   ` Jarno Paananen
2002-09-14 18:37     ` Martin Josefsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox