diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-17 19:54:54 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-17 19:54:54 +0000 |
| commit | 7abaa532e36946ca16a19ed4825cbf2572849c45 (patch) | |
| tree | 0f1829993fa3775202383a8d45cc76627c1e7d4c /plugins | |
| parent | 9b33f7ded69e22ad18169c45b6b340dcb348e072 (diff) | |
add the plugins dir
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
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 .\#* |
