From f8a47de5ec444c452093371e3db16857eb39a490 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 16 Mar 2003 21:11:39 +0000 Subject: merge the C branch into HEAD --- engines/openbox/Makefile.am | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 engines/openbox/Makefile.am (limited to 'engines/openbox/Makefile.am') diff --git a/engines/openbox/Makefile.am b/engines/openbox/Makefile.am new file mode 100644 index 00000000..64f9315d --- /dev/null +++ b/engines/openbox/Makefile.am @@ -0,0 +1,20 @@ +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=openbox.c theme.c + +noinst_HEADERS= + +MAINTAINERCLEANFILES= Makefile.in + +distclean-local: + $(RM) *\~ *.orig *.rej .\#* -- cgit v1.2.3