From 71d2605e1c24732e923333419d829f1c5f867fed Mon Sep 17 00:00:00 2001 From: Scott Moynes Date: Wed, 21 May 2003 23:58:40 +0000 Subject: Client menus Add "client_menu" to pluginrc to use. --- plugins/menu/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'plugins/menu/Makefile.am') diff --git a/plugins/menu/Makefile.am b/plugins/menu/Makefile.am index dbd29822..40b9b64d 100644 --- a/plugins/menu/Makefile.am +++ b/plugins/menu/Makefile.am @@ -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 -- cgit v1.2.3