diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-16 21:11:39 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-16 21:11:39 +0000 |
| commit | f8a47de5ec444c452093371e3db16857eb39a490 (patch) | |
| tree | 31db2567842d98232775f9980f7a8d2586c0ac71 /engines/openbox/Makefile.am | |
| parent | 8ba0586bcbdc7fe9648f1063812126d71a041670 (diff) | |
merge the C branch into HEAD
Diffstat (limited to 'engines/openbox/Makefile.am')
| -rw-r--r-- | engines/openbox/Makefile.am | 20 |
1 files changed, 20 insertions, 0 deletions
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 .\#* |
