summaryrefslogtreecommitdiff
path: root/plugins/menu/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/menu/Makefile.am')
-rw-r--r--plugins/menu/Makefile.am7
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