]> Dogcows Code - chaz/openbox/blob - Makefile.am
01423ab86508066b615fd7930b73d27cb73bad74
[chaz/openbox] / Makefile.am
1 plugindir=$(libdir)/openbox/plugins
2
3 CPPFLAGS=$(XFT_CFLAGS) $(GLIB_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.032242 seconds and 3 git commands to generate.