all repos — openbox @ 425b1734c9c195dfa0717627780072f24b5def56

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
19
20
21
22
23
plugindir=$(libdir)/openbox/plugins

AM_CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(GL_CFLAGS) \
            $(XML_CFLAGS)  \
            -DG_LOG_DOMAIN=\"Plugin-Mouse\"

INCLUDES=-I../..

plugin_LTLIBRARIES=mouse.la

mouse_la_LDFLAGS=-module -avoid-version
mouse_la_SOURCES=\
  mouse.h \
  mouse.c \
  translate.h \
  translate.c

noinst_HEADERS=mouse.h translate.h

MAINTAINERCLEANFILES=Makefile.in

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