]> Dogcows Code - chaz/openbox/blobdiff - build/Makefile.plugins.placement
shrimpx above miklos?
[chaz/openbox] / build / Makefile.plugins.placement
index 1134c6af52ca45abce0ddc65a317afe93de168e7..edc0ed189d5e896cf40afc0ebd5ea1f86f14d12d 100644 (file)
@@ -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)
This page took 0.020715 seconds and 4 git commands to generate.