From 2abbf01125731caf99490eca58db6debce717947 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 Jul 2003 04:31:05 +0000 Subject: update the build system, using a single Makefile.am for a sexyass non-recursive make. booyah! --- plugins/mouse/Makefile.am | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 plugins/mouse/Makefile.am (limited to 'plugins/mouse/Makefile.am') diff --git a/plugins/mouse/Makefile.am b/plugins/mouse/Makefile.am deleted file mode 100644 index 5595fe69..00000000 --- a/plugins/mouse/Makefile.am +++ /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-Mouse\" - -INCLUDES=-I../.. - -plugin_LTLIBRARIES=mouse.la - -mouse_la_LDFLAGS=-module -avoid-version -mouse_la_SOURCES=\ - mouse.h \ - mouse.c \ - translate.h \ - translate.c - -noinst_HEADERS=mouse.h translate.h - -MAINTAINERCLEANFILES=Makefile.in - -distclean-local: - $(RM) *\~ *.orig *.rej .\#* -- cgit v1.2.3