diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-05-11 21:14:28 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-05-11 21:14:28 +0000 |
| commit | 56e40b4b0f436dc7d9214fd3a96a621c15bd9f10 (patch) | |
| tree | 1326518b5de01adee7ed3f9550e0168b8cd20003 /lib/base/Makefile.am | |
| parent | 47242ac03ffc647d2a27a27823c817d4f96ddad6 (diff) | |
| download | enigma2-56e40b4b0f436dc7d9214fd3a96a621c15bd9f10.tar.gz enigma2-56e40b4b0f436dc7d9214fd3a96a621c15bd9f10.zip | |
implement and re-enable default ac3 option
Diffstat (limited to 'lib/base/Makefile.am')
| -rw-r--r-- | lib/base/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/base/Makefile.am b/lib/base/Makefile.am index 3741df6e..cd1a1571 100644 --- a/lib/base/Makefile.am +++ b/lib/base/Makefile.am @@ -7,5 +7,6 @@ libenigma_base_a_SOURCES = \ buffer.cpp ebase.cpp eerror.cpp elock.cpp \ init.cpp message.cpp thread.cpp \ smartptr.cpp estring.cpp connection.cpp \ - filepush.cpp encoding.cpp console.cpp rawfile.cpp + filepush.cpp encoding.cpp console.cpp rawfile.cpp \ + nconfig.cpp |
