X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=plugins%2Fmenu%2FMakefile.am;h=40b9b64d62294ffcb1732cdd75f488142719e84d;hb=04a85677e535e6759ecde14b52e75789d8b8191e;hp=5392f6e671fd3d8db1435ad53ef0e112263ccbb0;hpb=94d222f6e956253604d89a44a7fe3758e7409faa;p=chaz%2Fopenbox diff --git a/plugins/menu/Makefile.am b/plugins/menu/Makefile.am index 5392f6e6..40b9b64d 100644 --- a/plugins/menu/Makefile.am +++ b/plugins/menu/Makefile.am @@ -5,12 +5,18 @@ CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) @CPPFLAGS@ \ INCLUDES=-I../.. -plugin_LTLIBRARIES=timed_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 -noinst_HEADERS=timed_menu.h +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