all repos — openbox @ f54b294ef6691af88d175936e30cfc04d028cc32

openbox fork - make it a bit more like ryudo

plugins/mouse/Makefile.am (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
plugindir=$(libdir)/openbox/plugins

CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \
         -DG_LOG_DOMAIN=\"Plugin-Mouse\"

INCLUDES=-I../..

plugin_LTLIBRARIES=mouse.la

mouse_la_LDFLAGS=-module -avoid-version
mouse_la_SOURCES=mouse.c mouseparse.c translate.c

noinst_HEADERS=mouse.h mouseparse.h translate.h

MAINTAINERCLEANFILES=Makefile.in

distclean-local:
	$(RM) *\~ *.orig *.rej .\#*