2011-12-31 00:31:51 +01:00
|
|
|
---
|
|
|
|
src/Makefile.am | 1 -
|
|
|
|
1 file changed, 1 deletion(-)
|
|
|
|
|
2012-01-20 19:00:13 +01:00
|
|
|
Index: ipset-6.11/src/Makefile.am
|
2011-12-31 00:31:51 +01:00
|
|
|
===================================================================
|
2012-01-20 19:00:13 +01:00
|
|
|
--- ipset-6.11.orig/src/Makefile.am
|
|
|
|
+++ ipset-6.11/src/Makefile.am
|
|
|
|
@@ -3,7 +3,6 @@ include $(top_srcdir)/Make_global.am
|
|
|
|
sbin_PROGRAMS = ipset
|
|
|
|
ipset_SOURCES = ipset.c ui.c
|
2011-12-31 00:31:51 +01:00
|
|
|
ipset_LDADD = ../lib/libipset.la
|
|
|
|
-AM_LDFLAGS = -static
|
|
|
|
|
2012-01-01 04:39:22 +01:00
|
|
|
dist_man_MANS = ipset.8
|
2011-12-31 00:31:51 +01:00
|
|
|
|