- added missing actions (sorry)
[enigma2.git] / lib / actions / Makefile.am
diff --git a/lib/actions/Makefile.am b/lib/actions/Makefile.am
new file mode 100644 (file)
index 0000000..cdaf2a7
--- /dev/null
@@ -0,0 +1,13 @@
+INCLUDES = \
+       -I$(top_srcdir)/include
+
+noinst_LIBRARIES = libenigma_actions.a
+
+libenigma_actions_a_SOURCES = \
+       action.cpp 
+
+action.cpp: actionids.h
+
+actionids.h:
+        python ./parseactions.py include ../gui/*.h > actionids.h
+        python ./parseactions.py parse ../gui/*.h >> actionids.h