From 7abaa532e36946ca16a19ed4825cbf2572849c45 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 17 Mar 2003 19:54:54 +0000 Subject: [PATCH] add the plugins dir --- plugins/Makefile.am | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 plugins/Makefile.am diff --git a/plugins/Makefile.am b/plugins/Makefile.am new file mode 100644 index 00000000..c0ad9c98 --- /dev/null +++ b/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 .\#* -- 2.45.2