diff options
| author | Scott Moynes <smoynes@nexus.carleton.ca> | 2003-05-21 23:58:40 +0000 |
|---|---|---|
| committer | Scott Moynes <smoynes@nexus.carleton.ca> | 2003-05-21 23:58:40 +0000 |
| commit | 71d2605e1c24732e923333419d829f1c5f867fed (patch) | |
| tree | d5f25de1dfd118a80f0c139199b280d584dc5a69 /plugins/menu/Makefile.am | |
| parent | 955d9d8e3048d04edb8986bfe7693e659204eae3 (diff) | |
Client menus
Add "client_menu" to pluginrc to use.
Diffstat (limited to 'plugins/menu/Makefile.am')
| -rw-r--r-- | plugins/menu/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
