diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-06 17:30:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-06 17:30:10 +0300 |
commit | 953101de6e60cf849c73e1109268b88c34062833 (patch) | |
tree | ca2653fdc165885b8eaede895fe70c24c1b61388 /src/Makefile.am | |
parent | b664e07438eaaafc5afc64ab47e5e30850fc1a03 (diff) | |
download | plus-953101de6e60cf849c73e1109268b88c34062833.tar.gz plus-953101de6e60cf849c73e1109268b88c34062833.tar.bz2 plus-953101de6e60cf849c73e1109268b88c34062833.tar.xz plus-953101de6e60cf849c73e1109268b88c34062833.zip |
Move downloadstatus.h into enums directory.
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 f63ebdb90..21fe8b12e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -668,7 +668,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ net/friendshandler.h \ net/download.cpp \ net/download.h \ - net/downloadstatus.h \ + enums/net/downloadstatus.h \ net/gamehandler.h \ net/generalhandler.h \ net/guildhandler.h \ |