diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-14 01:42:36 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-14 01:42:36 +0000 |
| commit | dd25820ac8dfb3fa1168832db9bf56a1844e49ea (patch) | |
| tree | 63b53b3bdcdeb15ee675b63d44f19f7e0002b2c3 /gui/Makefile.am | |
| parent | 1aea114c973f6ec8990fe29bfda40fca3432f636 (diff) | |
| download | pcsxr-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.am')
| -rw-r--r-- | gui/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/Makefile.am b/gui/Makefile.am index b17d5e74..50e9e8f3 100644 --- a/gui/Makefile.am +++ b/gui/Makefile.am @@ -16,7 +16,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 \ |
