summaryrefslogtreecommitdiffstats
path: root/clientcomm
Commit message (Collapse)AuthorAgeFilesLines
* source/build: Fix rpcgen generated .h file #ifndefHans Ulrich Niedermann2011-03-071-4/+5
| | | | | | The C preprocessor cannot properly handle the dot in the "#define _RPCIF.H_H_RPCGEN" macro rpcgen creates, so we change that to "#define _RPCIF_H_H_RPCGEN" instead.
* converted applications,clientcomm,commline,compression,debug and include ↵root2010-04-012-21/+26
| | | | directories to modules.chnages made by billy
* Files generated by automake + aclocalAndrei Aiordachioaie2009-10-291-0/+742
|
* fixed generation of lib/ and include/ folders on installAndrei Aiordachioaie2009-07-261-1/+1
|
* Corrected compilation structure for rnprotocol dirSorin Stancu-Mara2009-04-271-3/+13
| | | | | | | | | | | | | | Removed the rnprotocol Makefile and adjusted compilation structure. Originally both rnprotocol, servercomm and clientcomm directories were pushing files into libservercomm.a and libclientcomm.a. Because the libraries stay in the directories where they were created the libs were never merged. While this was okay for the server it is impossible to deploy both libraries that contain all the required object files. Now the servercomm and cliencomm are responsible for compiling the files in rnprotocol and joining them into the respective libraries.
* Initial commitv8.0Constantin Jucovschi2009-04-2421-0/+5985