Dnia 2013-07-02, wto o godzinie 17:04 +0500, Haider Ali pisze: > authreg_mysql.c
Implements authreg module, that is being used by c2s to authenticate users agains MySQL database. > storage_mysql.c Implements storage module, that is being used by sm to store data in MySQL database tables. > storage.c Implements storage object managing the loading and instanitating of storage_* modules. It is closely connected to object.c implementing object oriented interface to storage capacity. > and 2nd problem i am having is that i need to recompile all the source > code if i change any of above mention file. is there any alternative > for this Well... libstorage.la is being linked to sm and c2s, so you need to rebuild them too. But to rebuild just a storage or authreg module, do: cd storage make this will rebuild just storage directory.
