diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-20 18:04:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-20 18:04:19 +0300 |
commit | d4b88a7ebce6222c34928c49925f972515593e89 (patch) | |
tree | ab3c8136bcc06ec84194738c83bef8af6df62752 /src/Makefile.am | |
parent | 6bf4a5aa68afb7d95632880c001286f2a721e1f5 (diff) | |
download | plus-d4b88a7ebce6222c34928c49925f972515593e89.tar.gz plus-d4b88a7ebce6222c34928c49925f972515593e89.tar.bz2 plus-d4b88a7ebce6222c34928c49925f972515593e89.tar.xz plus-d4b88a7ebce6222c34928c49925f972515593e89.zip |
Move registrationoptions into separate file.
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 5a2ce04af..e1362e8ae 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -610,6 +610,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ net/partyhandler.h \ net/pethandler.h \ net/playerhandler.h \ + net/registrationoptions.h \ net/sdltcpnet.cpp \ net/sdltcpnet.h \ net/serverinfo.h \ |