all repos — openbox @ df3d926cb2da067f323d3fd839bbcd759ddf92c4

openbox fork - make it a bit more like ryudo

plugins/Makefile.am (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
plugindir=$(libdir)/openbox/plugins

CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \
-DPLUGINDIR=\"$(plugindir)\" \
-DG_LOG_DOMAIN=\"Openbox-Plugin\"

#engine_LTLIBRARIES=openbox.la

#openbox_la_LDFLAGS=-module -avoid-version
#openbox_la_SOURCES=openbox.c theme.c

noinst_HEADERS=

MAINTAINERCLEANFILES= Makefile.in

distclean-local:
	$(RM) *\~ *.orig *.rej .\#*