From 95b8e8253de6c30120045a3a3e9fcea83e9213e2 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Build in the codegen subdirectory. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 87b5a28..47b7187 100644 --- a/Makefile.in +++ b/Makefile.in @@ -39,7 +39,7 @@ HAVE_PERLDOC = @HAVE_PERLDOC@ TOOLS = uname dmesg ps export TOOLS -SUBDIRS_NOT_PO = lib $(TOOLS) mem extract/fedora-koji +SUBDIRS_NOT_PO = lib $(TOOLS) mem extract/fedora-koji extract/codegen SUBDIRS = $(SUBDIRS_NOT_PO) po ifeq ($(HAVE_PERLDOC),perldoc) -- 1.8.3.1