summaryrefslogtreecommitdiffstats
path: root/rules/host-libnih.make
diff options
context:
space:
mode:
authorTim Sander <tim01@vlsi.informatik.tu-darmstadt.de>2010-06-01 20:54:09 +0200
committerTim Sander <tim01@vlsi.informatik.tu-darmstadt.de>2010-06-01 20:54:09 +0200
commit697636acba58122db8a238ae7ecf12f7c863cef5 (patch)
treefb5c162e4b14e35f07f1580553836fae61ed341a /rules/host-libnih.make
parente39ab9ab93eb706f892b06eb41c6926a2a931d7a (diff)
downloadptxdist-697636acba58122db8a238ae7ecf12f7c863cef5.tar.gz
ptxdist-697636acba58122db8a238ae7ecf12f7c863cef5.tar.xz
host-libnih: needed for upstart
Diffstat (limited to 'rules/host-libnih.make')
-rw-r--r--rules/host-libnih.make26
1 files changed, 26 insertions, 0 deletions
diff --git a/rules/host-libnih.make b/rules/host-libnih.make
new file mode 100644
index 000000000..f2d2cc05c
--- /dev/null
+++ b/rules/host-libnih.make
@@ -0,0 +1,26 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2010 by Tim Sander <tim01@iss.tu-darmstadt.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_LIBNIH) += host-libnih
+
+#
+# Paths and names
+#
+HOST_LIBNIH_DIR = $(HOST_BUILDDIR)/$(LIBNIH)
+
+#
+# autoconf
+#
+HOST_LIBNIH_AUTOCONF := $(HOST_AUTOCONF)
+
+# vim: syntax=make