From 00960995a291c32d56bf3ab1eeae4e24af54be5c Mon Sep 17 00:00:00 2001 From: Scott Moynes Date: Sun, 18 May 2003 23:36:13 +0000 Subject: Added a fifo_menu plugin --- plugins/menu/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'plugins/menu/Makefile.am') diff --git a/plugins/menu/Makefile.am b/plugins/menu/Makefile.am index 5392f6e6..dbd29822 100644 --- a/plugins/menu/Makefile.am +++ b/plugins/menu/Makefile.am @@ -5,12 +5,15 @@ CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) @CPPFLAGS@ \ INCLUDES=-I../.. -plugin_LTLIBRARIES=timed_menu.la +plugin_LTLIBRARIES=timed_menu.la fifo_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 + +noinst_HEADERS=timed_menu.h fifo_menu.h MAINTAINERCLEANFILES=Makefile.in -- cgit v1.2.3