summaryrefslogtreecommitdiffstats
path: root/rules/tcpwrapper.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2008-06-04 16:37:24 +0000
committerMichael Olbrich <m.olbrich@pengutronix.de>2008-06-04 16:37:24 +0000
commit02ec8c5b223fee0a034798a979367929c3347f92 (patch)
tree4521e008f917a3c7f7ebd81972de74d1f5c21aca /rules/tcpwrapper.make
parent093ed1712bd6648177594e166a6dc6720b4347f4 (diff)
downloadptxdist-02ec8c5b223fee0a034798a979367929c3347f92.tar.gz
ptxdist-02ec8c5b223fee0a034798a979367929c3347f92.tar.xz
* install tcpd.h for syslog-ng
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8328 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/tcpwrapper.make')
-rw-r--r--rules/tcpwrapper.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/tcpwrapper.make b/rules/tcpwrapper.make
index 3d51a9398..30d72383a 100644
--- a/rules/tcpwrapper.make
+++ b/rules/tcpwrapper.make
@@ -84,6 +84,8 @@ tcpwrapper_install: $(STATEDIR)/tcpwrapper.install
$(STATEDIR)/tcpwrapper.install: $(tcpwrapper_install_deps_default)
@$(call targetinfo, $@)
+ install -d $(SYSROOT)/include
+ install $(TCPWRAPPER_DIR)/tcpd.h $(SYSROOT)/include
install -d $(SYSROOT)/lib
install $(TCPWRAPPER_DIR)/libwrap.a $(SYSROOT)/lib
@$(call touch, $@)