summaryrefslogtreecommitdiff
path: root/plugins/keyboard/Makefile.am
blob: 82ed50b47e99205c1d7e3aeeac8fd2f0a50399ee (plain)
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 .\#*