X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=inline;f=build%2FMakefile.plugins.placement;h=edc0ed189d5e896cf40afc0ebd5ea1f86f14d12d;hb=09deadf727d3ad8e83a1716239adb642a64c9dd9;hp=248546fc41dcc3fe4a5070d68ccc8e4624810d58;hpb=c0f1e3ae660f55d40b60467d04e0e5647c47a722;p=chaz%2Fopenbox diff --git a/build/Makefile.plugins.placement b/build/Makefile.plugins.placement index 248546fc..edc0ed18 100644 --- a/build/Makefile.plugins.placement +++ b/build/Makefile.plugins.placement @@ -3,7 +3,7 @@ include build/Makefile.incl dir = plugins/placement CPPFLAGS += $(GLIB_CFLAGS) $(XFT_CFLAGS) -DG_LOG_DOMAIN=\"Plugin-Placement\" -LDFLAGS = -module -avoid-version +LDFLAGS += -module -avoid-version target = placement.la sources = history.c placement.c @@ -37,7 +37,7 @@ uninstall: $(LTRM) $(DESTDIR)$(plugindir)/$(notdir $(target)) clean: - $(RM) $(target) $(objects) + $(LTCLEAN) $(target) $(objects) $(RM) $(srcdir)/*\~ -include $(deps)