]> Dogcows Code - chaz/openbox/blob - plugins/mouse/Makefile.am
move the gettext header out to the root source dir
[chaz/openbox] / plugins / mouse / 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-Mouse\"
6
7 INCLUDES=-I../..
8
9 plugin_LTLIBRARIES=mouse.la
10
11 mouse_la_LDFLAGS=-module -avoid-version
12 mouse_la_SOURCES=\
13 mouse.h \
14 mouse.c \
15 translate.h \
16 translate.c
17
18 noinst_HEADERS=mouse.h translate.h
19
20 MAINTAINERCLEANFILES=Makefile.in
21
22 distclean-local:
23 $(RM) *\~ *.orig *.rej .\#*
This page took 0.034196 seconds and 4 git commands to generate.