diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-09-15 19:37:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-09-15 19:37:39 +0300 |
commit | 413637151f0eb471ff6b28feddc028c374f96401 (patch) | |
tree | 82658c6d0e159bd34f23a8aaaa38ef11242346a4 /src/Makefile.am | |
parent | c08b18e37eee7edce70dcc1aaba2afd2b968d330 (diff) | |
download | plus-413637151f0eb471ff6b28feddc028c374f96401.tar.gz plus-413637151f0eb471ff6b28feddc028c374f96401.tar.bz2 plus-413637151f0eb471ff6b28feddc028c374f96401.tar.xz plus-413637151f0eb471ff6b28feddc028c374f96401.zip |
Add type into ShopListBox.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b88c41eb7..cebc5c3dc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -128,6 +128,7 @@ SRC += events/actionevent.h \ enums/gui/itemamountwindowusage.h \ enums/gui/progresscolorid.h \ enums/gui/serverdialogdonwloadstatus.h \ + enums/gui/shoplistboxtype.h \ enums/gui/themecolorid.h \ enums/gui/updatedownloadstatus.h \ enums/gui/usercolorid.h \ |