X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=build%2FMakefile.plugins.placement;h=06428a53af812245cf38ac12a9baccf0602f84fb;hb=8a4e27bdc362e3781ac947ff5536c1f0dbd3ba60;hp=1134c6af52ca45abce0ddc65a317afe93de168e7;hpb=609a9925beef935217ca2cb24c6b5d5d64a6035e;p=chaz%2Fopenbox diff --git a/build/Makefile.plugins.placement b/build/Makefile.plugins.placement index 1134c6af..06428a53 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,7 +32,6 @@ 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))