]> Dogcows Code - chaz/openbox/blob - plugins/keyboard/Makefile.am
move the gettext header out to the root source dir
[chaz/openbox] / plugins / keyboard / Makefile.am
1 plugindir=$(libdir)/openbox/plugins
2
3 AM_CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(GL_CFLAGS) \
4 $(XML_CFLAGS) \
5 -DG_LOG_DOMAIN=\"Plugin-Keyboard\"
6
7 INCLUDES=-I../..
8
9 plugin_LTLIBRARIES=keyboard.la
10
11 keyboard_la_LDFLAGS=-module -avoid-version
12 keyboard_la_SOURCES=\
13 keyboard.h \
14 keyboard.c \
15 translate.h \
16 translate.c \
17 tree.h \
18 tree.c
19
20 MAINTAINERCLEANFILES=Makefile.in
21
22 distclean-local:
23 $(RM) *\~ *.orig *.rej .\#*
This page took 0.034517 seconds and 4 git commands to generate.