]> Dogcows Code - chaz/openbox/blobdiff - plugins/keyboard/Makefile.am
update the build system, using a single Makefile.am for a sexyass non-recursive make...
[chaz/openbox] / plugins / keyboard / Makefile.am
diff --git a/plugins/keyboard/Makefile.am b/plugins/keyboard/Makefile.am
deleted file mode 100644 (file)
index 82ed50b..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-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 .\#*
This page took 0.021334 seconds and 4 git commands to generate.