From 21e7339c1eead1148eea462bc99cf8faf02c8d39 Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Fri, 14 Oct 2005 22:44:56 +0000 Subject: Hook up lbx. --- Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b34a5061d..1c1af9b25 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,6 +32,10 @@ XPDDX_DIR=Xprint XPCONFIG_DIR=XpConfig endif +if LBX +LBX_DIR=lbx +endif + SUBDIRS= \ doc \ include \ @@ -60,7 +64,8 @@ SUBDIRS= \ $(GLX_DIR) \ hw \ $(XPDDX_DIR) \ - $(XPCONFIG_DIR) + $(XPCONFIG_DIR) \ + $(LBX_DIR) pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xorg-server.pc -- cgit v1.2.3