X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=build%2FMakefile.plugins.placement;h=edc0ed189d5e896cf40afc0ebd5ea1f86f14d12d;hb=f317ceeaf28bc656e59a0f089ac11818ca5e8bd3;hp=1134c6af52ca45abce0ddc65a317afe93de168e7;hpb=609a9925beef935217ca2cb24c6b5d5d64a6035e;p=chaz%2Fopenbox diff --git a/build/Makefile.plugins.placement b/build/Makefile.plugins.placement index 1134c6af..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 @@ -32,13 +32,12 @@ install: $(INSTALL) -d $(DESTDIR)$(plugindir)/ $(LIBTOOL) --mode=install $(INSTALL) $(target) \ $(DESTDIR)$(plugindir)/$(notdir $(target)) - $(LIBTOOL) --mode=finish $(DESTDIR)$(plugindir) uninstall: $(LTRM) $(DESTDIR)$(plugindir)/$(notdir $(target)) clean: - $(RM) $(target) $(objects) + $(LTCLEAN) $(target) $(objects) $(RM) $(srcdir)/*\~ -include $(deps)