summaryrefslogtreecommitdiff
path: root/qa/secure/GNUmakefile.install
diff options
context:
space:
mode:
Diffstat (limited to 'qa/secure/GNUmakefile.install')
-rw-r--r--qa/secure/GNUmakefile.install20
1 files changed, 20 insertions, 0 deletions
diff --git a/qa/secure/GNUmakefile.install b/qa/secure/GNUmakefile.install
new file mode 100644
index 0000000..73adff8
--- /dev/null
+++ b/qa/secure/GNUmakefile.install
@@ -0,0 +1,20 @@
+#
+# Copyright (c) 2013 Red Hat.
+#
+
+ifdef PCP_CONF
+include $(PCP_CONF)
+else
+include $(PCP_DIR)/etc/pcp.conf
+endif
+PATH = $(shell . $(PCP_DIR)/etc/pcp.env; echo $$PATH)
+include $(PCP_INC_DIR)/builddefs
+
+default default_pcp setup: pcppdu.py
+
+install install_pcp:
+
+include $(BUILDRULES)
+
+%.py : %.python
+ $(LN_S) $< $@