summaryrefslogtreecommitdiff
path: root/alternative_wmiircs/python/pygmi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'alternative_wmiircs/python/pygmi/Makefile')
-rw-r--r--alternative_wmiircs/python/pygmi/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/alternative_wmiircs/python/pygmi/Makefile b/alternative_wmiircs/python/pygmi/Makefile
new file mode 100644
index 0000000..24bfa69
--- /dev/null
+++ b/alternative_wmiircs/python/pygmi/Makefile
@@ -0,0 +1,12 @@
+ROOT=../../..
+include $(ROOT)/mk/hdr.mk
+include $(ROOT)/mk/wmii.mk
+
+BINARY = __init__.py \
+ event.py \
+ fs.py \
+ menu.py \
+ monitor.py \
+ util.py
+
+DIR = $(ETC)/wmii$(CONFVERSION)/python/pygmi