all repos — openbox @ 425b1734c9c195dfa0717627780072f24b5def56

openbox fork - make it a bit more like ryudo

plugins/keyboard/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-Keyboard\"

INCLUDES=-I../..

plugin_LTLIBRARIES=keyboard.la

keyboard_la_LDFLAGS=-module -avoid-version
keyboard_la_SOURCES=\
  keyboard.h \
  keyboard.c \
  translate.h \
  translate.c \
  tree.h \
  tree.c

MAINTAINERCLEANFILES=Makefile.in

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