all repos — openbox @ 7abaa532e36946ca16a19ed4825cbf2572849c45

openbox fork - make it a bit more like ryudo

add the plugins dir
Dana Jansens danakj@orodu.net
commit

7abaa532e36946ca16a19ed4825cbf2572849c45

parent

9b33f7ded69e22ad18169c45b6b340dcb348e072

1 files changed, 17 insertions(+), 0 deletions(-)

jump to
A plugins/Makefile.am

@@ -0,0 +1,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 .\#*