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 e89afd8f..9426171d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -82,6 +82,8 @@ aethyra_SOURCES = gui/widgets/dropdown.cpp \ gui/npc_text.h \ gui/ok_dialog.cpp \ gui/ok_dialog.h \ + gui/truetypefont.cpp \ + gui/truetypefont.h \ gui/passwordfield.cpp \ gui/passwordfield.h \ gui/playerbox.cpp \ @@ -311,8 +313,6 @@ aethyra_SOURCES = gui/widgets/dropdown.cpp \ properties.h \ recorder.cpp \ recorder.h \ - sdltruetypefont.cpp \ - sdltruetypefont.h \ serverinfo.h \ shopitem.cpp \ shopitem.h \ |