diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-17 18:31:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-17 18:31:23 +0300 |
commit | 9f3eddda4befaf04c0c1a08983f210ee7c77b8ea (patch) | |
tree | e08d509274b9bb7cdef72ac6a320028013e8b270 /src/Makefile.am | |
parent | ffdf217e5b11b95ca9feb126b1a2e210f553370f (diff) | |
download | ManaVerse-9f3eddda4befaf04c0c1a08983f210ee7c77b8ea.tar.gz ManaVerse-9f3eddda4befaf04c0c1a08983f210ee7c77b8ea.tar.bz2 ManaVerse-9f3eddda4befaf04c0c1a08983f210ee7c77b8ea.tar.xz ManaVerse-9f3eddda4befaf04c0c1a08983f210ee7c77b8ea.zip |
Move font.cpp/h into fonts directory.
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 2802cb926..4fa1097d4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -522,8 +522,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/widgets/tabs/setup_visual.cpp \ gui/widgets/tabs/setup_visual.h \ gui/setupactiondata.h \ - gui/font.cpp \ - gui/font.h \ + gui/fonts/font.cpp \ + gui/fonts/font.h \ gui/windows/shopwindow.cpp \ gui/windows/shopwindow.h \ gui/windows/shortcutwindow.cpp \ |