diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-02-10 23:42:22 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-02-10 23:42:22 +0000 |
| commit | d7d291938c45893e28715fb12ae5b83d334084e9 (patch) | |
| tree | 56aefc1b03a6ce7e26e6f749aeac8992659c74cf /lib/nav | |
| parent | 4953676fb9df2347981b4f3ddb17a4d725197b31 (diff) | |
| download | enigma2-d7d291938c45893e28715fb12ae5b83d334084e9.tar.gz enigma2-d7d291938c45893e28715fb12ae5b83d334084e9.zip | |
- add "getCurrent" to service listbox
- add python wrapper for navigation core
- use nav core - you can zap now :)
Diffstat (limited to 'lib/nav')
| -rw-r--r-- | lib/nav/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/nav/Makefile.am b/lib/nav/Makefile.am index 90603693..02dbd961 100644 --- a/lib/nav/Makefile.am +++ b/lib/nav/Makefile.am @@ -4,5 +4,6 @@ INCLUDES = \ noinst_LIBRARIES = libenigma_nav.a libenigma_nav_a_SOURCES = \ - core.cpp playlist.cpp + core.cpp playlist.cpp pcore.cpp + |
