]> Dogcows Code - chaz/openbox/blobdiff - plugins/menu/Makefile.am
add the client_menu stuff
[chaz/openbox] / plugins / menu / Makefile.am
index 01423ab86508066b615fd7930b73d27cb73bad74..40b9b64d62294ffcb1732cdd75f488142719e84d 100644 (file)
@@ -1,16 +1,22 @@
 plugindir=$(libdir)/openbox/plugins
 
-CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \
+CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) @CPPFLAGS@ \
          -DG_LOG_DOMAIN=\"Plugin-Timed-Menu\"
 
 INCLUDES=-I../..
 
-plugin_LTLIBRARIES=timed_menu.la
+plugin_LTLIBRARIES=timed_menu.la fifo_menu.la client_menu.la
 
 timed_menu_la_LDFLAGS=-module -avoid-version
 timed_menu_la_SOURCES=timed_menu.c
 
-noinst_HEADERS=timed_menu.h
+fifo_menu_la_LDFLAGS=-module -avoid-version
+fifo_menu_la_SOURCES=fifo_menu.c
+
+client_menu_la_LDFLAGS=-module -avoid-version
+client_menu_la_SOURCES=client_menu.c
+
+noinst_HEADERS=timed_menu.h fifo_menu.h
 
 MAINTAINERCLEANFILES=Makefile.in
 
This page took 0.021082 seconds and 4 git commands to generate.