]> git.sesse.net Git - vlc/blobdiff - Makefile.modules
* added network to the list of the plugins directories in Makefile
[vlc] / Makefile.modules
index 9fe6a64f306915f2d6a0a1537199962e53bb280b..9d487c4206e4e0757fbad6d91d81907c4c0060f8 100644 (file)
@@ -74,7 +74,7 @@ $(SRC_CPP:%.cpp=%.$(suff).$(module_name)): %.$(suff).$(module_name): %.cpp
        $(CC) $(CFLAGS) $(CFLAGS_EXTRA) -c $< -o $@
 
 ../$(module_name).so: $(EXTRA_DEP) $(OBJ_ALL)
-       $(CC) $(OBJ_ALL) $(PLDFLAGS) $(LIB_$(MODULE_NAME)) -o $@ && chmod -x $@
+       $(CC) $(OBJ_ALL) $(PLDFLAGS) $(LIB_$(MODULE_NAME)) -o $@ && chmod a-x $@
 
 ../$(module_name).a: $(EXTRA_DEP) $(OBJ_ALL)
        rm -f $@ && ar rc $@ $(OBJ_ALL) && $(RANLIB) $@