]> Dogcows Code - chaz/openbox/blobdiff - plugins/Makefile.am
add --enable-gl support, and put the flags/libs in the appropriate makefiles
[chaz/openbox] / plugins / Makefile.am
index b56f3206929dee12e5c33d4e450e279375a47dcd..4796307ab40545d9f4c5c991fc45b1de7a2d48de 100644 (file)
@@ -1,15 +1,13 @@
 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) $(GL_CFLAGS) @CPPFLAGS@ \
 -DPLUGINDIR=\"$(plugindir)\"
 
-plugin_LTLIBRARIES=focus.la resistance.la
+INCLUDES=-I..
 
-focus_la_CPPFLAGS=-DG_LOG_DOMAIN=\"Plugin-Focus\"
-focus_la_LDFLAGS=-module -avoid-version
-focus_la_SOURCES=focus.c
+plugin_LTLIBRARIES=resistance.la
 
 resistance_la_CPPFLAGS=-DG_LOG_DOMAIN=\"Plugin-Resistance\"
 resistance_la_LDFLAGS=-module -avoid-version
This page took 0.021722 seconds and 4 git commands to generate.