aboutsummaryrefslogtreecommitdiff
path: root/main/Makefile.am
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-02-25 01:46:44 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-02-25 01:46:44 +0000
commit1cdf6cb021fcaa6548b90ba7b6765cf1e8b8b37b (patch)
tree5bd4dbac6538cf499f641849d26193958b48a187 /main/Makefile.am
parente677ac4a7bf81391877c909a703e5918ce4a511b (diff)
downloadenigma2-1cdf6cb021fcaa6548b90ba7b6765cf1e8b8b37b.tar.gz
enigma2-1cdf6cb021fcaa6548b90ba7b6765cf1e8b8b37b.zip
- work on actions
- changed time when screens are acutally constructed - added service name (not working atm) and event info (now&next)
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index a8ecca4f..1fdf8c32 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -8,6 +8,7 @@ enigma2_SOURCES = \
enigma.cpp
enigma2_LDADD_WHOLE = \
+ $(top_builddir)/lib/actions/libenigma_actions.a \
$(top_builddir)/lib/base/libenigma_base.a \
$(top_builddir)/lib/components/libenigma_components.a \
$(top_builddir)/lib/driver/libenigma_driver.a \