]> Dogcows Code - chaz/openbox/blob - plugins/menu/Makefile.am
needs the libsn flags to use openbox.h now
[chaz/openbox] / plugins / menu / Makefile.am
1 plugindir=$(libdir)/openbox/plugins
2
3 CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) @CPPFLAGS@ \
4 -DG_LOG_DOMAIN=\"Plugin-Timed-Menu\"
5
6 INCLUDES=-I../..
7
8 plugin_LTLIBRARIES=timed_menu.la
9
10 timed_menu_la_LDFLAGS=-module -avoid-version
11 timed_menu_la_SOURCES=timed_menu.c
12
13 noinst_HEADERS=timed_menu.h
14
15 MAINTAINERCLEANFILES=Makefile.in
16
17 distclean-local:
18 $(RM) *\~ *.orig *.rej .\#*
This page took 0.034972 seconds and 5 git commands to generate.