]> Dogcows Code - chaz/openbox/blobdiff - plugins/menu/Makefile.am
Fixed missing includes
[chaz/openbox] / plugins / menu / Makefile.am
index 5392f6e671fd3d8db1435ad53ef0e112263ccbb0..40b9b64d62294ffcb1732cdd75f488142719e84d 100644 (file)
@@ -5,12 +5,18 @@ CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) @CPPFLAGS@ \
 
 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.024643 seconds and 4 git commands to generate.