summaryrefslogtreecommitdiff
path: root/gui/Makefile.am
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-04-10 10:05:27 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-04-10 10:05:27 +0000
commit45dac4a02a8ac6976dea295fd831bbcee0f8fd72 (patch)
treef2b830a7a0e667442646432d14f2ff5dc0d7a64f /gui/Makefile.am
parentce894d34418f20f937ca1dfa532fa3f9afb61fee (diff)
downloadpcsxr-45dac4a02a8ac6976dea295fd831bbcee0f8fd72.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@44475 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'gui/Makefile.am')
-rw-r--r--gui/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/Makefile.am b/gui/Makefile.am
index eacfd672..b17d5e74 100644
--- a/gui/Makefile.am
+++ b/gui/Makefile.am
@@ -15,7 +15,8 @@ pcsx_SOURCES = \
Gtk2Gui.c \
MemcardDlg.c \
ConfDlg.c \
- Cheat.c
+ Cheat.c \
+ DebugMemory.c
pcsx_LDADD = \
$(GTK2_LIBS) $(GLADE2_LIBS) -lpthread -lz -lm -lXext -lXtst \