From 9249b786f95aa041d37549ee38341ebb83f28286 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 16 Apr 2008 15:11:32 +0000 Subject: fix Makefiles --- lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/python/Plugins/Extensions') 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 -- cgit v1.2.3