summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-17 22:16:29 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-17 22:26:48 +0300
commit1d71d02a40dc1f4c50572bf0681bbc2907a3c361 (patch)
tree6924bf72d1f5427b1071fdd477b599909e045e32 /src/Makefile.am
parenta520c88cabf03973ddf27435eb5a970f9c214d30 (diff)
downloadplus-1d71d02a40dc1f4c50572bf0681bbc2907a3c361.tar.gz
plus-1d71d02a40dc1f4c50572bf0681bbc2907a3c361.tar.bz2
plus-1d71d02a40dc1f4c50572bf0681bbc2907a3c361.tar.xz
plus-1d71d02a40dc1f4c50572bf0681bbc2907a3c361.zip
move sdlpixel file into utils directory.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f20376feb..246da6073 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -168,7 +168,7 @@ manaplus_SOURCES += events/actionevent.h \
gui/base/rectangle.hpp \
events/selectionevent.h \
listeners/selectionlistener.h \
- gui/base/sdl/sdlpixel.hpp \
+ utils/sdlpixel.h \
gui/base/widget.hpp \
listeners/widgetlistener.h \
gui/base/widgets/button.hpp \