]> Dogcows Code - chaz/openbox/blobdiff - plugins/Makefile.am
add stubs for pipecross and rectangle
[chaz/openbox] / plugins / Makefile.am
index 48b864e82798e67dc030c76f7917aba622d5dd74..c08300d46400c0a9f16f7a8365b9626d40988011 100644 (file)
@@ -1,10 +1,12 @@
 plugindir=$(libdir)/openbox/plugins
 
-SUBDIRS = keyboard mouse placement
+SUBDIRS = keyboard mouse placement menu
 
-CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \
+CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) @CPPFLAGS@ \
 -DPLUGINDIR=\"$(plugindir)\"
 
+INCLUDES=-I..
+
 plugin_LTLIBRARIES=resistance.la
 
 resistance_la_CPPFLAGS=-DG_LOG_DOMAIN=\"Plugin-Resistance\"
This page took 0.021858 seconds and 4 git commands to generate.