]> Dogcows Code - chaz/openbox/blobdiff - build/Makefile.plugins.keyboard
save the state at the start of a drag and use it throughout until the button is released
[chaz/openbox] / build / Makefile.plugins.keyboard
index 54ec468a8fca4e030d2e1870149c84bf756ec5a0..497ce797838533c47f3c102d62bf03e6e7cf9c1e 100644 (file)
@@ -2,7 +2,7 @@ include build/Makefile.incl
 
 dir = plugins/keyboard
 
-CPPFLAGS += $(GLIB_CFLAGS) $(XFT_CFLAGS) -DG_LOG_DOMAIN=\"Plugin-Placement\"
+CPPFLAGS += $(GLIB_CFLAGS) $(XFT_CFLAGS) -DG_LOG_DOMAIN=\"Plugin-Keyboard\"
 LDFLAGS = -module -avoid-version
 
 target = keyboard.la
@@ -40,6 +40,8 @@ clean:
        $(RM) $(target) $(objects)
        $(RM) $(srcdir)/*\~
 
+distclean:
+
 -include $(deps)
 
 .PHONY: all install uninstall clean distclean
This page took 0.024519 seconds and 4 git commands to generate.