summaryrefslogtreecommitdiff
path: root/gui/Makefile.in
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.in
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.in')
-rw-r--r--gui/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/gui/Makefile.in b/gui/Makefile.in
index 040e7b6d..b3b1dbaf 100644
--- a/gui/Makefile.in
+++ b/gui/Makefile.in
@@ -48,7 +48,7 @@ binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(bin_PROGRAMS)
am_pcsx_OBJECTS = LnxMain.$(OBJEXT) Plugin.$(OBJEXT) Config.$(OBJEXT) \
Gtk2Gui.$(OBJEXT) MemcardDlg.$(OBJEXT) ConfDlg.$(OBJEXT) \
- Cheat.$(OBJEXT)
+ Cheat.$(OBJEXT) DebugMemory.$(OBJEXT)
pcsx_OBJECTS = $(am_pcsx_OBJECTS)
am__DEPENDENCIES_1 =
pcsx_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
@@ -237,7 +237,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 \
@@ -317,6 +318,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Cheat.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConfDlg.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Config.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DebugMemory.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Gtk2Gui.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LnxMain.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MemcardDlg.Po@am__quote@