diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c13f645bd..9863a0f69 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -564,7 +564,6 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ sprite.h \ statuseffect.cpp \ statuseffect.h \ - SDL_gfxBlitFunc.h \ text.cpp \ text.h \ textmanager.cpp \ @@ -720,7 +719,8 @@ EXTRA_DIST = CMakeLists.txt \ enet/README \ mana.rc \ SDLMain.h \ - SDLMain.m + SDLMain.m \ + SDL_gfx/SDL_gfxBlitFunc.h # set the include path found by configure INCLUDES = $(all_includes) |