]> Dogcows Code - chaz/openbox/blob - plugins/menu/Makefile.am
this is a big one! im putting stats in here just cuz!
[chaz/openbox] / plugins / menu / Makefile.am
1 plugindir=$(libdir)/openbox/plugins
2
3 CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(XML_CFLAGS)
4 \@CPPFLAGS@ \
5 -DG_LOG_DOMAIN=\"Plugin-Timed-Menu\"
6
7 INCLUDES=-I../..
8
9 plugin_LTLIBRARIES=timed_menu.la fifo_menu.la client_menu.la
10
11 timed_menu_la_LDFLAGS=-module -avoid-version
12 timed_menu_la_SOURCES=timed_menu.c
13
14 fifo_menu_la_LDFLAGS=-module -avoid-version
15 fifo_menu_la_SOURCES=fifo_menu.c
16
17 client_menu_la_LDFLAGS=-module -avoid-version
18 client_menu_la_SOURCES=client_menu.c
19
20 noinst_HEADERS=timed_menu.h fifo_menu.h
21
22 MAINTAINERCLEANFILES=Makefile.in
23
24 distclean-local:
25 $(RM) *\~ *.orig *.rej .\#*
This page took 0.032297 seconds and 4 git commands to generate.