summaryrefslogtreecommitdiff
path: root/gui/Makefile.in
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-14 01:42:36 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-14 01:42:36 +0000
commitdd25820ac8dfb3fa1168832db9bf56a1844e49ea (patch)
tree63b53b3bdcdeb15ee675b63d44f19f7e0002b2c3 /gui/Makefile.in
parent1aea114c973f6ec8990fe29bfda40fca3432f636 (diff)
downloadpcsxr-dd25820ac8dfb3fa1168832db9bf56a1844e49ea.tar.gz
moved about dialog box out of glade2 file
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48009 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 adb67e1d..c262c296 100644
--- a/gui/Makefile.in
+++ b/gui/Makefile.in
@@ -50,7 +50,7 @@ am__installdirs = "$(DESTDIR)$(bindir)"
PROGRAMS = $(bin_PROGRAMS)
am_pcsx_OBJECTS = LnxMain.$(OBJEXT) Plugin.$(OBJEXT) Config.$(OBJEXT) \
Gtk2Gui.$(OBJEXT) MemcardDlg.$(OBJEXT) ConfDlg.$(OBJEXT) \
- Cheat.$(OBJEXT) DebugMemory.$(OBJEXT)
+ Cheat.$(OBJEXT) DebugMemory.$(OBJEXT) AboutDlg.$(OBJEXT)
pcsx_OBJECTS = $(am_pcsx_OBJECTS)
am__DEPENDENCIES_1 =
pcsx_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
@@ -242,7 +242,8 @@ pcsx_SOURCES = \
MemcardDlg.c \
ConfDlg.c \
Cheat.c \
- DebugMemory.c
+ DebugMemory.c \
+ AboutDlg.c
pcsx_LDADD = \
$(GTK2_LIBS) $(GLADE2_LIBS) -lpthread -lz -lm -lXext -lXtst \
@@ -335,6 +336,7 @@ mostlyclean-compile:
distclean-compile:
-rm -f *.tab.c
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AboutDlg.Po@am__quote@
@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@