diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-06 17:53:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-06 17:53:28 +0300 |
commit | 0ca80e1e00996eb0ad8cb431d5de2b816a134182 (patch) | |
tree | 4681163dfc3b09cdf6e11dba04f18dace070851b /src/Makefile.am | |
parent | 953101de6e60cf849c73e1109268b88c34062833 (diff) | |
download | plus-0ca80e1e00996eb0ad8cb431d5de2b816a134182.tar.gz plus-0ca80e1e00996eb0ad8cb431d5de2b816a134182.tar.bz2 plus-0ca80e1e00996eb0ad8cb431d5de2b816a134182.tar.xz plus-0ca80e1e00996eb0ad8cb431d5de2b816a134182.zip |
Move updatetype.h into enums namespace.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 21fe8b12e..1baa9a521 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -703,7 +703,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ net/serverinfo.h \ net/skillhandler.h \ net/tradehandler.h \ - net/updatetype.h \ + enums/net/updatetype.h \ net/uploadcharinfo.h \ net/worldinfo.h \ net/packetcounters.cpp \ |