From b0ad7a33478a3c1436e8517fffce0d4f13ef9f06 Mon Sep 17 00:00:00 2001 From: yabause Date: Thu, 6 Apr 2006 21:26:13 +0000 Subject: [PATCH] forgot to add the conditional subdir in Makefile.am --- trunk/desmume/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/desmume/src/Makefile.am b/trunk/desmume/src/Makefile.am index befa339d2..606046038 100644 --- a/trunk/desmume/src/Makefile.am +++ b/trunk/desmume/src/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = . gtk +SUBDIRS = . $(UI_DIR) noinst_LIBRARIES = libdesmume.a libdesmume_a_SOURCES = \ ARM_CPU.cpp ARM_CPU.hpp \