diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-04-23 18:30:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-04-23 18:30:07 +0300 |
commit | f867942810c0014a2f8cc29543163e80b5482921 (patch) | |
tree | a0864f3fca4c1cca86ccaa36c9227a3ed0e2bc1e /src/Makefile.am | |
parent | b9e27e9563e32a17cd80142ce05b5770479cc709 (diff) | |
download | plus-f867942810c0014a2f8cc29543163e80b5482921.tar.gz plus-f867942810c0014a2f8cc29543163e80b5482921.tar.bz2 plus-f867942810c0014a2f8cc29543163e80b5482921.tar.xz plus-f867942810c0014a2f8cc29543163e80b5482921.zip |
Remove outdated fix for windows builds.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d56b0a537..293d2bc5a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -820,8 +820,7 @@ EXTRA_DIST = CMakeLists.txt \ enet/README \ manaplus.rc \ SDLMain.h \ - SDLMain.m \ - SDL_gfx/SDL_gfxBlitFunc.h + SDLMain.m # set the include path found by configure INCLUDES = $(all_includes) |