Added some missing files to windows's port Makefile.am

(it fixes "make dist")
This commit is contained in:
yabause 2007-05-11 20:48:12 +00:00
parent 2447dd3d70
commit 2fabb30af9
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@ desmume_SOURCES = \
resource.h \
snddx.c snddx.h \
tileView.c tileView.h yopyop_private.h \
ConfigKeys.c ConfigKeys.h
ConfigKeys.c ConfigKeys.h \
FirmConfig.c FirmConfig.h \
OGLRender.c OGLRender.h
desmume_LDADD = ../libdesmume.a yopyop_private.o
yopyop_private.o: yopyop_private.rc resources.rc resource.h
windres yopyop_private.rc -o yopyop_private.o