summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-06-03 18:42:52 +0300
committerAndrei Karas <akaras@inbox.ru>2011-06-03 18:42:52 +0300
commite4e65d5c2c1f7d5354f2bacaed59fbedd678578f (patch)
tree1075ec6f9d00bcb8c8cfaac029568529b157d38f /src/Makefile.am
parentfb2b5feb7a2cfff38168316135e05d7c338c34c8 (diff)
downloadManaVerse-e4e65d5c2c1f7d5354f2bacaed59fbedd678578f.tar.gz
ManaVerse-e4e65d5c2c1f7d5354f2bacaed59fbedd678578f.tar.bz2
ManaVerse-e4e65d5c2c1f7d5354f2bacaed59fbedd678578f.tar.xz
ManaVerse-e4e65d5c2c1f7d5354f2bacaed59fbedd678578f.zip
Remove SDL_gfxBlitFunc.h from automake, and leave it only in cmake
to fix windows builds.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
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)