diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2010-10-29 02:08:32 +0200 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2010-11-16 17:15:38 +0100 |
| commit | 84d23f2ac49ec7ffb7315859c801d6393090b630 (patch) | |
| tree | c7f94227de0962a539b3ceb088dd7c02bdaaff71 /lib/actions | |
| parent | 96b320d3d1b921cad7a94027b449dacd49470117 (diff) | |
| download | enigma2-84d23f2ac49ec7ffb7315859c801d6393090b630.tar.gz enigma2-84d23f2ac49ec7ffb7315859c801d6393090b630.zip | |
install header files
Diffstat (limited to 'lib/actions')
| -rw-r--r-- | lib/actions/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/actions/Makefile.am b/lib/actions/Makefile.am index 75357868..7aa466ba 100644 --- a/lib/actions/Makefile.am +++ b/lib/actions/Makefile.am @@ -10,10 +10,13 @@ EXTRA_DIST = parseactions.py noinst_LIBRARIES = libenigma_actions.a libenigma_actions_a_SOURCES = \ - action.cpp \ + action.cpp + +actionsincludedir = $(pkgincludedir)/lib/actions +actionsinclude_HEADERS = \ action.h -nodist_libenigma_actions_a_SOURCES = \ +nodist_actionsinclude_HEADERS = \ actionids.h BUILT_SOURCES = actionids.h |
