From 4151418b8cc3f4ff65e4f10012ec982c521677de Mon Sep 17 00:00:00 2001 From: yabause Date: Sun, 4 Feb 2007 21:49:02 +0000 Subject: [PATCH] Some more fixes for 'make dist' --- desmume/src/Makefile.am | 1 + desmume/src/gtk/Makefile.am | 4 +++- desmume/src/windows/Makefile.am | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/desmume/src/Makefile.am b/desmume/src/Makefile.am index 094cc1e01..9c87b9675 100644 --- a/desmume/src/Makefile.am +++ b/desmume/src/Makefile.am @@ -1,4 +1,5 @@ EXTRA_DIST = build.bat instruction_tabdef.inc thumb_tabdef.inc +DIST_SUBDIRS = . cli gtk gtk-glade windows SUBDIRS = . $(UI_DIR) noinst_LIBRARIES = libdesmume.a libdesmume_a_SOURCES = \ diff --git a/desmume/src/gtk/Makefile.am b/desmume/src/gtk/Makefile.am index 907011083..f64d3c173 100644 --- a/desmume/src/gtk/Makefile.am +++ b/desmume/src/gtk/Makefile.am @@ -1,4 +1,6 @@ -EXTRA_DIST = DeSmuME.xpm +EXTRA_DIST = DeSmuME.xpm dev-cpp/desmume.dev dev-cpp/desmume.layout \ + dev-cpp/Makefile.win dev-cpp/pthread.h dev-cpp/sched.h \ + dev-cpp/semaphore.h bin_PROGRAMS = desmume desmume_SOURCES = \ gtk-compat.c gtk-compat.h \ diff --git a/desmume/src/windows/Makefile.am b/desmume/src/windows/Makefile.am index 4ea77f53d..6e17c48d6 100644 --- a/desmume/src/windows/Makefile.am +++ b/desmume/src/windows/Makefile.am @@ -3,7 +3,7 @@ desmume_SOURCES = \ CWindow.c CWindow.h \ disView.c disView.h ginfo.c ginfo.h \ IORegView.c IORegView.h \ - main.cpp mapView.c mapView.h memView.c memView.h \ + main.c mapView.c mapView.h memView.c memView.h \ oamView.c oamView.h palView.c palView.h \ resource.h \ snddx.c snddx.h \