Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-10-06 20:20:59 +0000
committerStijn Buys <ingar@osirion.org>2008-10-06 20:20:59 +0000
commitf8d1ee921c83b7b148883b3ee16e4ec9c776d6db (patch)
treef2292a75060b74207bbdadab496711af1f9c10d9 /src/ui
parenta14d80f83aebe75241bf63b4f3ffca3a5d952577 (diff)
don't build libui if building a dedicated server
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/Makefile.am b/src/ui/Makefile.am
index 17bcd70..730cdea 100644
--- a/src/ui/Makefile.am
+++ b/src/ui/Makefile.am
@@ -1,7 +1,12 @@
INCLUDES = -I$(top_srcdir)/src
METASOURCES = AUTO
+if BUILD_DEDICATED
+noinst_LTLIBRARIES =
+else
noinst_LTLIBRARIES = libui.la
+endif
+
noinst_HEADERS = bitmap.h button.h label.h menu.h palette.h ui.h widget.h \
window.h