projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b33f7d
)
add the plugins dir
author
Dana Jansens
<danakj@orodu.net>
Mon, 17 Mar 2003 19:54:54 +0000
(19:54 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 17 Mar 2003 19:54:54 +0000
(19:54 +0000)
plugins/Makefile.am
[new file with mode: 0644]
patch
|
blob
diff --git a/plugins/Makefile.am
b/plugins/Makefile.am
new file mode 100644
(file)
index 0000000..
c0ad9c9
--- /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 .\#*