]> 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 c0ad9c9892949f390ca81d003e6e14cbd0f8d420..4796307ab40545d9f4c5c991fc45b1de7a2d48de 100644 (file)
@@ -1,13 +1,17 @@
 plugindir=$(libdir)/openbox/plugins
 
-CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \
--DPLUGINDIR=\"$(plugindir)\" \
--DG_LOG_DOMAIN=\"Openbox-Plugin\"
+SUBDIRS = keyboard mouse placement menu
 
-#engine_LTLIBRARIES=openbox.la
+CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(GL_CFLAGS) @CPPFLAGS@ \
+-DPLUGINDIR=\"$(plugindir)\"
 
-#openbox_la_LDFLAGS=-module -avoid-version
-#openbox_la_SOURCES=openbox.c theme.c
+INCLUDES=-I..
+
+plugin_LTLIBRARIES=resistance.la
+
+resistance_la_CPPFLAGS=-DG_LOG_DOMAIN=\"Plugin-Resistance\"
+resistance_la_LDFLAGS=-module -avoid-version
+resistance_la_SOURCES=resistance.c
 
 noinst_HEADERS=
 
This page took 0.020415 seconds and 4 git commands to generate.