]> Dogcows Code - chaz/openbox/blobdiff - plugins/mouse/Makefile.am
prepare for alpha1 release.
[chaz/openbox] / plugins / mouse / Makefile.am
index d2ead23c9fc1a5fa06f811a52c18189ca8a83121..5595fe698c6ac3e05f0b7ee74683c278e78f2d7a 100644 (file)
@@ -1,17 +1,23 @@
 plugindir=$(libdir)/openbox/plugins
 
-CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \
--DPLUGINDIR=\"$(plugindir)\" \
--DG_LOG_DOMAIN=\"Plugin-Mouse\"
+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.c
+mouse_la_SOURCES=\
+  mouse.h \
+  mouse.c \
+  translate.h \
+  translate.c
 
-noinst_HEADERS=
+noinst_HEADERS=mouse.h translate.h
 
-MAINTAINERCLEANFILES= Makefile.in
+MAINTAINERCLEANFILES=Makefile.in
 
 distclean-local:
        $(RM) *\~ *.orig *.rej .\#*
This page took 0.027991 seconds and 4 git commands to generate.