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 2b1eb4c68..1e372d667 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -152,7 +152,7 @@ endif manaplus_SOURCES += events/actionevent.h \ listeners/actionlistener.h \ - gui/base/basiccontainer.hpp \ + gui/widgets/basiccontainer.h \ gui/cliprect.h \ gui/color.h \ listeners/deathlistener.h \ @@ -184,7 +184,7 @@ manaplus_SOURCES += events/actionevent.h \ gui/base/widgets/slider.hpp \ gui/base/widgets/textbox.hpp \ gui/base/widgets/textfield.hpp \ - gui/base/basiccontainer.cpp \ + gui/widgets/basiccontainer.cpp \ gui/cliprect.cpp \ gui/color.cpp \ gui/base/gui.cpp \ |