summaryrefslogtreecommitdiff
path: root/parser/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-10 04:31:05 +0000
committerDana Jansens <danakj@orodu.net>2003-07-10 04:31:05 +0000
commit2abbf01125731caf99490eca58db6debce717947 (patch)
tree8cb07f4c5f933c0cc1f50d03aa68901ed0f10919 /parser/Makefile.am
parent425b1734c9c195dfa0717627780072f24b5def56 (diff)
update the build system, using a single Makefile.am for a sexyass non-recursive make. booyah!
Diffstat (limited to 'parser/Makefile.am')
-rw-r--r--parser/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/parser/Makefile.am b/parser/Makefile.am
deleted file mode 100644
index 3a6b81c2..00000000
--- a/parser/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-localedir=$(datadir)/locale
-rcdir=$(datadir)/openbox
-
-AM_CPPFLAGS=$(GLIB_CFLAGS) $(XML_CFLAGS) \
- -DG_LOG_DOMAIN=\"Parser\" \
- -DLOCALEDIR=\"$(localedir)\" \
- -DRCDIR=\"$(rcdir)\"
-
-INCLUDES=-I..
-LIBS=$(GLIB_LIBS) $(XML_LIBS) @LIBS@
-
-lib_LTLIBRARIES=libobparser.la
-libobparser_la_SOURCES=parse.c parse.h
-
-MAINTAINERCLEANFILES=Makefile.in
-
-distclean-local:
- $(RM) *\~ *.orig *.rej .\#*