]> Dogcows Code - chaz/openbox/blobdiff - plugins/menu/Makefile.am
Client menus
[chaz/openbox] / plugins / menu / Makefile.am
index dbd29822ddf93ce0e788c3a5e0b10614813ec0c7..40b9b64d62294ffcb1732cdd75f488142719e84d 100644 (file)
@@ -5,7 +5,7 @@ CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) @CPPFLAGS@ \
 
 INCLUDES=-I../..
 
-plugin_LTLIBRARIES=timed_menu.la fifo_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
@@ -13,6 +13,9 @@ timed_menu_la_SOURCES=timed_menu.c
 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.019492 seconds and 4 git commands to generate.