]> Dogcows Code - chaz/openbox/blob - Makefile.am
c0ad9c9892949f390ca81d003e6e14cbd0f8d420
[chaz/openbox] / Makefile.am
1 plugindir=$(libdir)/openbox/plugins
2
3 CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \
4 -DPLUGINDIR=\"$(plugindir)\" \
5 -DG_LOG_DOMAIN=\"Openbox-Plugin\"
6
7 #engine_LTLIBRARIES=openbox.la
8
9 #openbox_la_LDFLAGS=-module -avoid-version
10 #openbox_la_SOURCES=openbox.c theme.c
11
12 noinst_HEADERS=
13
14 MAINTAINERCLEANFILES= Makefile.in
15
16 distclean-local:
17 $(RM) *\~ *.orig *.rej .\#*
This page took 0.035024 seconds and 3 git commands to generate.