]> git.sesse.net Git - vlc/blobdiff - plugins/esd/Makefile
* Closing Debian bug #119369 which was fixed a while ago.
[vlc] / plugins / esd / Makefile
index fd09eee1c4bf414dbf7bc5e9ccfcb4a664dcdbe4..b77edefe6242d861efaf16ebb5fdbeaa531674e5 100644 (file)
@@ -3,8 +3,6 @@
 # (c)2001 VideoLAN
 ###############################################################################
 
--include ../../Makefile.modules
-
 #
 # Objects
 #
@@ -18,15 +16,16 @@ ALL_OBJ = $(PLUGIN_C) $(BUILTIN_C)
 # Virtual targets
 #
 
-include ../../Makefile.common
+include ../../Makefile.modules
 
 #
 # Real targets
 #
 
-../../lib/esd.so: $(PLUGIN_C)
+../esd.so: $(PLUGIN_C)
        $(CC) $(PCFLAGS) -o $@ $^ $(PLCFLAGS) $(LIB_ESD)
 
-../../lib/esd.a: $(BUILTIN_C)
+../esd.a: $(BUILTIN_C)
        ar r $@ $^
+       $(RANLIB) $@