]> Dogcows Code - chaz/openbox/commitdiff
add the plugins dir
authorDana Jansens <danakj@orodu.net>
Mon, 17 Mar 2003 19:54:54 +0000 (19:54 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 17 Mar 2003 19:54:54 +0000 (19:54 +0000)
plugins/Makefile.am [new file with mode: 0644]

diff --git a/plugins/Makefile.am b/plugins/Makefile.am
new file mode 100644 (file)
index 0000000..c0ad9c9
--- /dev/null
@@ -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 .\#*
This page took 0.021515 seconds and 4 git commands to generate.