summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2010-10-04 06:04:19 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2010-10-04 06:04:19 +0200
commitcabc0995c0e0964ecbef18470c6a483022879071 (patch)
treeea78fc03c11302f847b429fe417cdde412923613 /src/core/CMakeLists.txt
parent2b99ed6fd9cf84c405f426ea0914b233b1f40ef1 (diff)
downloadephraim-cabc0995c0e0964ecbef18470c6a483022879071.tar
ephraim-cabc0995c0e0964ecbef18470c6a483022879071.zip
Major reorganisation of the core, still unfinished...
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 9c536aa..9baaeee 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -1,12 +1,14 @@
erl_target(ephraim-core
ephraim.erl
+ ephraim_account.erl
+ ephraim_account_event_proxy.erl
+ ephraim_accounts.erl
ephraim_config.erl
ephraim_conn.erl
ephraim_conv.erl
- ephraim_event.erl
ephraim_gui.erl
ephraim_roster.erl
- ephraim_util.erl
+ ephraim_roster_handler.erl
OPTIONS
+debug_info
)