From ad1dc864fcfc0ae5944012ff48bbba3d5efcac02 Mon Sep 17 00:00:00 2001 From: riccardom Date: Wed, 12 May 2010 16:24:03 +0000 Subject: [PATCH] Fix make distcheck Add wx to DIST_SUBDIRS as suggested by Guillaume. --- desmume/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/Makefile.am b/desmume/src/Makefile.am index aaf1107e5..6670944d6 100644 --- a/desmume/src/Makefile.am +++ b/desmume/src/Makefile.am @@ -8,7 +8,7 @@ SUBDIRS = . gdbstub $(UI_DIR) else SUBDIRS = . $(UI_DIR) endif -DIST_SUBDIRS = . gdbstub cli cocoa gtk gtk-glade +DIST_SUBDIRS = . gdbstub cli cocoa gtk gtk-glade wx noinst_LIBRARIES = libdesmume.a libdesmume_a_SOURCES = \ armcpu.cpp armcpu.h \