Added some missing files to windows's port Makefile.am
(it fixes "make dist")
This commit is contained in:
parent
2447dd3d70
commit
2fabb30af9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue