diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-04-16 15:11:32 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-04-16 15:11:32 +0000 |
| commit | 9249b786f95aa041d37549ee38341ebb83f28286 (patch) | |
| tree | 4a70652c930a0810c56e6fe8f6d9e1899a2f1b22 | |
| parent | c7dac67f5fe05c4971c7f328aed3e7170938528a (diff) | |
| download | enigma2-9249b786f95aa041d37549ee38341ebb83f28286.tar.gz enigma2-9249b786f95aa041d37549ee38341ebb83f28286.zip | |
fix Makefiles
| -rw-r--r-- | lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am | 4 | ||||
| -rw-r--r-- | tools/Makefile.am | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am b/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am index 9aeb477a..9af4857d 100644 --- a/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am +++ b/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am @@ -1,8 +1,6 @@ -servicedvd.so: +servicedvd.so: servicedvd.cpp servicedvd.h $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(DEFS) -I$(top_srcdir)/include -Wall -W servicedvd.cpp -shared -fPIC -Wl,-soname,servicedvd.so -o servicedvd.so $(LDFLAGS) -ldreamdvd -#-nostartfiles - all: servicedvd.so CLEANFILES = servicedvd.so diff --git a/tools/Makefile.am b/tools/Makefile.am index 2614b570..82301a61 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,4 +1,4 @@ -libopen.so.0.0: +libopen.so.0.0: libopen.c $(CXX) -Wall -W libopen.c -O2 -nostartfiles -shared -fPIC -Wl,-soname,libopen.so.0 -o libopen.so.0.0 -ldl all: libopen.so.0.0 |
