]> Dogcows Code - chaz/openbox/blobdiff - build/Makefile.plugins.keyboard
support for transients of groups
[chaz/openbox] / build / Makefile.plugins.keyboard
index 54ec468a8fca4e030d2e1870149c84bf756ec5a0..0aedf69687e84034aae7be74686922ee6cae5e1d 100644 (file)
@@ -2,8 +2,8 @@ include build/Makefile.incl
 
 dir = plugins/keyboard
 
-CPPFLAGS += $(GLIB_CFLAGS) $(XFT_CFLAGS) -DG_LOG_DOMAIN=\"Plugin-Placement\"
-LDFLAGS = -module -avoid-version
+CPPFLAGS += $(GLIB_CFLAGS) $(XFT_CFLAGS) -DG_LOG_DOMAIN=\"Plugin-Keyboard\"
+LDFLAGS += -module -avoid-version
 
 target = keyboard.la
 sources = keyboard.c tree.c translate.c keyparse.c
@@ -40,6 +40,8 @@ clean:
        $(RM) $(target) $(objects)
        $(RM) $(srcdir)/*\~
 
+distclean:
+
 -include $(deps)
 
 .PHONY: all install uninstall clean distclean
This page took 0.02237 seconds and 4 git commands to generate.