summaryrefslogtreecommitdiff
path: root/engines/openbox/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-03 05:59:03 +0000
committerDana Jansens <danakj@orodu.net>2003-04-03 05:59:03 +0000
commitd447dc0f59619d26073699d9f81d7de77c200be4 (patch)
treefae507e2a2568d249b0681bfc255ea3941a71a6f /engines/openbox/Makefile.am
parent28a4456c46976ba5c58a300dfa67109227bc1583 (diff)
new build system without automake
Diffstat (limited to 'engines/openbox/Makefile.am')
-rw-r--r--engines/openbox/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/engines/openbox/Makefile.am b/engines/openbox/Makefile.am
deleted file mode 100644
index 33efbb71..00000000
--- a/engines/openbox/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-enginedir=$(libdir)/openbox/engines
-themedir=$(datadir)/openbox/themes/openbox
-
-CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \
--DENGINEDIR=\"$(enginedir)\" \
--DTHEMEDIR=\"$(themedir)\" \
--DDEFAULT_THEME=\"nyz\" \
--DG_LOG_DOMAIN=\"Openbox-Engine\"
-
-engine_LTLIBRARIES=openbox.la
-
-openbox_la_LDFLAGS=-module -avoid-version
-openbox_la_SOURCES=obengine.c obtheme.c obrender.c
-
-noinst_HEADERS=obengine.h obtheme.h obrender.h
-
-MAINTAINERCLEANFILES= Makefile.in
-
-distclean-local:
- $(RM) *\~ *.orig *.rej .\#*