diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-18 20:09:07 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-18 20:09:07 +0000 |
| commit | fa405398a1431564bc16be08e185dc77d0d80e6a (patch) | |
| tree | 08a2dac9cac68d16c0715e7aeaff087f9d814a4b /plugins/mouse/Makefile.am | |
| parent | 6dd06740e9934b118f83e4430a5d78adebecc1da (diff) | |
add the mouse plugin
Diffstat (limited to 'plugins/mouse/Makefile.am')
| -rw-r--r-- | plugins/mouse/Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/mouse/Makefile.am b/plugins/mouse/Makefile.am new file mode 100644 index 00000000..d2ead23c --- /dev/null +++ b/plugins/mouse/Makefile.am @@ -0,0 +1,17 @@ +plugindir=$(libdir)/openbox/plugins + +CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \ +-DPLUGINDIR=\"$(plugindir)\" \ +-DG_LOG_DOMAIN=\"Plugin-Mouse\" + +plugin_LTLIBRARIES=mouse.la + +mouse_la_LDFLAGS=-module -avoid-version +mouse_la_SOURCES=mouse.c + +noinst_HEADERS= + +MAINTAINERCLEANFILES= Makefile.in + +distclean-local: + $(RM) *\~ *.orig *.rej .\#* |
