diff options
| author | Scott Moynes <smoynes@nexus.carleton.ca> | 2003-05-18 23:36:13 +0000 |
|---|---|---|
| committer | Scott Moynes <smoynes@nexus.carleton.ca> | 2003-05-18 23:36:13 +0000 |
| commit | 00960995a291c32d56bf3ab1eeae4e24af54be5c (patch) | |
| tree | 0d5d5840d516e7f2b76b0fdd0179e438a3ad6af3 /plugins/menu/Makefile.am | |
| parent | ad4c3aad45d21b3f0c0b69cd8b532f775c5e5223 (diff) | |
Added a fifo_menu plugin
Diffstat (limited to 'plugins/menu/Makefile.am')
| -rw-r--r-- | plugins/menu/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
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 |
