summaryrefslogtreecommitdiffstats
path: root/LogReceiver/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* renaming of the projekt form LogReceiver into NetworkDiscoveryNiklas2011-10-071-60/+0Star
|
* gui is now html based. still some problems with the jQuery stuff. it does ↵Niklas2011-09-211-1/+2
| | | | not display anything.
* added a new version of the routemanager. now the delRoute and addRoute is ↵Niklas2011-09-191-1/+3
| | | | working with libnl functions.but still there is an error: /usr/include/netlink/route/route.h:60:57: error: ‘realm_t’ has not been declared /usr/include/netlink/route/route.h:61:8: error: ‘realm_t’ does not name a type
* Merge branch 'master' of openslx.org:lsfks/projekte/fbguiSebastian Schmelzer2011-09-061-1/+1
|\
| * some changes in the cmakelist file. only added and again removed the same ↵Niklas2011-09-061-1/+1
| | | | | | | | stuff also deleted some files in the debug folder
* | fix cmake stuffSebastian Schmelzer2011-09-061-6/+6
|/
* add requirement for qt 4.7Sebastian Schmelzer2011-09-061-1/+2
|
* fix cmake includesSebastian Schmelzer2011-09-061-1/+1
|
* transferSebastian Schmelzer2011-09-061-5/+8
|
* latest version of all files. cmake still doesn't workNiklas2011-09-061-7/+11
|
* tried to manage cmake but failed. also tried to add the del_route() method ↵Niklas2011-09-051-0/+49
of interface.c but failed too. made a static lib of the customdhcpcd files but couldn't change it to a shared lib. (tried to add SHARE to the add_library code but this resulted in an error multiple declarations of main...