summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2005-10-14 22:44:56 +0000
committerKristian Høgsberg <krh@redhat.com>2005-10-14 22:44:56 +0000
commit21e7339c1eead1148eea462bc99cf8faf02c8d39 (patch)
tree2802c870bc6f822d5d7e14b8213363b670e435a3 /os
parentd62943c040fd3d45079c9918c57f74f993b585d4 (diff)
Hook up lbx.
Diffstat (limited to 'os')
-rw-r--r--os/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/os/Makefile.am b/os/Makefile.am
index 30c4b56c8..706f50539 100644
--- a/os/Makefile.am
+++ b/os/Makefile.am
@@ -3,7 +3,6 @@ noinst_LTLIBRARIES = libos.la
AM_CFLAGS = $(DIX_CFLAGS)
# k5auth.c \
-# lbxio.c \
# rpcauth.c \
# genalloca.c \
# hpsocket.c \
@@ -18,6 +17,10 @@ if XDMCP
XDMCP_SOURCES = xdmcp.c
endif
+if LBX
+LBX_SOURCES = lbxio.c
+endif
+
XORG_SOURCES = log.c
libos_la_SOURCES = \
@@ -36,4 +39,5 @@ libos_la_SOURCES = \
xprintf.c \
$(XCSECURITY_SOURCES) \
$(XDMCP_SOURCES) \
- $(XORG_SOURCES)
+ $(XORG_SOURCES) \
+ $(LBX_SOURCES)