diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-04-15 12:47:41 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-04-15 12:47:41 +0000 |
| commit | 17be24380f07656d14b88baf5af0d9ef3d8eddfd (patch) | |
| tree | f4415b51ebf4ca4c5281883ea4cdde6107d5560c /lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am | |
| parent | c50acf3391bec3f2abaf219c8f52c7d57d6149b5 (diff) | |
| download | enigma2-17be24380f07656d14b88baf5af0d9ef3d8eddfd.tar.gz enigma2-17be24380f07656d14b88baf5af0d9ef3d8eddfd.zip | |
add DVDPlayer plugin (not final yet)
not working without libdreamdvd (not in OE yet)
Diffstat (limited to 'lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am')
| -rw-r--r-- | lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am b/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am new file mode 100644 index 00000000..bb02291c --- /dev/null +++ b/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am @@ -0,0 +1,11 @@ +servicedvd.so: + $(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 + +install: all + $(INSTALL) servicedvd.so $(DESTDIR)/$(LIBDIR)/enigma2/python/Plugins/Extensions/DVDPlayer |
