Skip to content

Commit

Permalink
Makefile.amの更新忘れを修正
Browse files Browse the repository at this point in the history
削除したプロジェクトファイルが残っていた
  • Loading branch information
MihailJP committed Apr 28, 2019
1 parent 0b374fa commit 4f4a525
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions graphic/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,12 @@ EXTRA_DIST = \
$(DATA2)/tenbou.png $(DATA2)/tiles.png $(DATA2)/tiles_bk.png \
$(DATA2)/title.png $(DATA2)/splash.png $(DATA2)/titlback.png
EXTRA_DIST += \
graphic.vcxproj graphic.vcxproj.filters \
graphic_2x.vcxproj graphic_2x.vcxproj.filters
graphic.vcxproj graphic.vcxproj.filters
if WITH_WINAPI
libmihajong_graphic_la_SOURCES += graphic.rc graphic_2x.rc
libmihajong_graphic_la_SOURCES += graphic.rc
EXTRA_DIST += filenum.cpp filenum.h keycode.h
else
EXTRA_DIST += graphic.rc graphic_2x.rc
EXTRA_DIST += graphic.rc
libmihajong_graphic_la_SOURCES += filenum.cpp filenum.h keycode.h
endif

Expand Down

0 comments on commit 4f4a525

Please sign in to comment.