diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-07-10 04:31:05 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-07-10 04:31:05 +0000 |
| commit | 2abbf01125731caf99490eca58db6debce717947 (patch) | |
| tree | 8cb07f4c5f933c0cc1f50d03aa68901ed0f10919 /plugins/resistance/Makefile.am | |
| parent | 425b1734c9c195dfa0717627780072f24b5def56 (diff) | |
update the build system, using a single Makefile.am for a sexyass non-recursive make. booyah!
Diffstat (limited to 'plugins/resistance/Makefile.am')
| -rw-r--r-- | plugins/resistance/Makefile.am | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/plugins/resistance/Makefile.am b/plugins/resistance/Makefile.am deleted file mode 100644 index 7ef2ea9f..00000000 --- a/plugins/resistance/Makefile.am +++ /dev/null @@ -1,33 +0,0 @@ -plugindir=$(libdir)/openbox/plugins - -AM_CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(GL_CFLAGS) \ - $(XML_CFLAGS) \ - -DPLUGINDIR=\"$(plugindir)\" - -INCLUDES=-I../.. -I../../tools - -plugin_LTLIBRARIES=resistance.la -if OBCONF -plugin_LTLIBRARIES+=resistance-config.la -endif - -resistance_la_CPPFLAGS=$(AM_CPPFLAGS) -DG_LOG_DOMAIN=\"Plugin-Resistance\" -resistance_la_LDFLAGS=-module -avoid-version -resistance_la_SOURCES=resistance.c resistance.h - -if OBCONF -resistance_config_la_CPPFLAGS=$(AM_CPPFLAGS) \ - -DG_LOG_DOMAIN=\"Plugin-Resistance\" \ - $(GTK_CFLAGS) $(GLADE_CFLAGS) -resistance_config_la_LDFLAGS=-module -avoid-version -resistance_config_la_SOURCES=resistance_config.c -endif - -noinst_DATA=resistance.glade resistance.gladep - -EXTRA_DIST=$(noinst_DATA) - -MAINTAINERCLEANFILES= Makefile.in - -distclean-local: - $(RM) *\~ *.orig *.rej .\#* |
