diff options
| author | Ciaran Gultnieks <ciaran@ciarang.com> | 2011-05-22 21:09:12 +0100 |
|---|---|---|
| committer | Ciaran Gultnieks <ciaran@ciarang.com> | 2011-05-22 21:09:12 +0100 |
| commit | a8a3271470299820c5322523dc439415bc1ff8a0 (patch) | |
| tree | a397578ce7032efe25298b4c653a3dcebd180579 /src/CMakeLists.txt | |
| parent | e0329a3caee863a2302748f710401bfc0dfa78db (diff) | |
| download | dragonfireclient-a8a3271470299820c5322523dc439415bc1ff8a0.tar.xz | |
Added the ability to change your password (via pause menu)
--HG--
extra : rebase_source : e8ec407f60711d42d33be4811b2880088f617b5b
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 58596a101..49982d310 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -77,6 +77,8 @@ set(common_SRCS player.cpp utility.cpp test.cpp + sha1.cpp + base64.cpp ) # Client sources @@ -91,12 +93,11 @@ set(minetest_SRCS guiTextInputMenu.cpp guiInventoryMenu.cpp guiPauseMenu.cpp + guiPasswordChange.cpp client.cpp tile.cpp game.cpp main.cpp - sha1.cpp - base64.cpp ) # Server sources |
