X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=build%2FMakefile.engines.openbox;h=3830dd29bba2c67727fad8d97ad62802d2304050;hb=d0e9015651aa960cf8cb58a5ab08da79e6aeb51b;hp=b19a4f9bbf592801dbfee3012cd4c2879d004047;hpb=c0f1e3ae660f55d40b60467d04e0e5647c47a722;p=chaz%2Fopenbox diff --git a/build/Makefile.engines.openbox b/build/Makefile.engines.openbox index b19a4f9b..3830dd29 100644 --- a/build/Makefile.engines.openbox +++ b/build/Makefile.engines.openbox @@ -5,7 +5,7 @@ theme = operation CPPFLAGS += $(GLIB_CFLAGS) $(XFT_CFLAGS) -DG_LOG_DOMAIN=\"Engine-Openbox\" \ -DDEFAULT_THEME=\"$(theme)\" -DTHEMEDIR=\"$(themedir)/openbox\" -LDFLAGS = -module -avoid-version +LDFLAGS += -module -avoid-version target = openbox.la sources = obengine.c obtheme.c obrender.c @@ -39,7 +39,7 @@ uninstall: $(LTRM) $(DESTDIR)$(enginedir)/$(notdir $(target)) clean: - $(RM) $(target) $(objects) + $(LTCLEAN) $(target) $(objects) $(RM) $(srcdir)/*\~ -include $(deps)