enigma.cpp: take care of running fullsize pig timer on e2 shutdown
[enigma2.git] / lib / actions / Makefile.am
1 INCLUDES = \
2         -I$(top_srcdir)/include
3
4 noinst_LIBRARIES = libenigma_actions.a
5
6 libenigma_actions_a_SOURCES = \
7         action.cpp 
8
9 CLEANFILES = actionids.h
10
11 action.cpp: actionids.h
12
13 actionids.h:
14          python ./parseactions.py include ../gui/*.h > actionids.h
15          python ./parseactions.py parse ../gui/*.h >> actionids.h