summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-07-24 06:08:05 +0000
committerYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-07-24 06:08:05 +0000
commitdbda07bda2631a0271b3efb70d52d1707c06d418 (patch)
tree2292f5ee3d12925dbd0a313526628022d0198828 /Makefile
parentac8b2718daf8a79a59b181f6e62495f307ae86b9 (diff)
Introduces DEST_IPT_LIBDIR to simplify $(DESTDIR)$(LIBDIR)/iptables
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0a0e4ef6..841d486d 100644
--- a/Makefile
+++ b/Makefile
@@ -68,6 +68,7 @@ endif
ifndef IPT_LIBDIR
IPT_LIBDIR:=$(LIBDIR)/iptables
endif
+DEST_IPT_LIBDIR:=$(DESTDIR)$(LIBDIR)/iptables
ifndef NO_SHARED_LIBS
DEPFILES = $(SHARED_LIBS:%.so=%.d)