From c469c8e2a034a7a1e71e08a03aa52175bf4b4ae1 Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Thu, 14 Jan 2010 18:40:44 +0000 Subject: [PATCH] Added src/gen/display/Makefile to configure.in to allow compilation to complete. svn: r14076 --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 6aa81c605..408d0da0c 100644 --- a/configure.in +++ b/configure.in @@ -94,6 +94,7 @@ src/const.py src/Makefile src/cli/Makefile src/gen/Makefile +src/gen/display/Makefile src/gen/proxy/Makefile src/gen/db/Makefile src/gen/lib/Makefile