diff options
| author | Niklas | 2011-09-05 18:06:52 +0200 |
|---|---|---|
| committer | Niklas | 2011-09-05 18:06:52 +0200 |
| commit | 0ddb46dfb591606cd2404a27c2d9e5dec96d61fd (patch) | |
| tree | 3108f51dbba99e08d049146ab13a27bf8e1f9d4e /customdhcpcd/src/build/CMakeFiles/customdhcpcd.dir | |
| parent | tried to manage cmake but failed. also tried to add the del_route() method of... (diff) | |
| download | fbgui-0ddb46dfb591606cd2404a27c2d9e5dec96d61fd.tar.gz fbgui-0ddb46dfb591606cd2404a27c2d9e5dec96d61fd.tar.xz fbgui-0ddb46dfb591606cd2404a27c2d9e5dec96d61fd.zip | |
finaly managed it to create a .so lib of the customdhcpcd files. the dhcpcd.c file is not included in this lib (it contains the main function)
Diffstat (limited to 'customdhcpcd/src/build/CMakeFiles/customdhcpcd.dir')
| -rw-r--r-- | customdhcpcd/src/build/CMakeFiles/customdhcpcd.dir/build.make | 2 | ||||
| -rw-r--r-- | customdhcpcd/src/build/CMakeFiles/customdhcpcd.dir/link.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/customdhcpcd/src/build/CMakeFiles/customdhcpcd.dir/build.make b/customdhcpcd/src/build/CMakeFiles/customdhcpcd.dir/build.make index 13465f1..d34edb9 100644 --- a/customdhcpcd/src/build/CMakeFiles/customdhcpcd.dir/build.make +++ b/customdhcpcd/src/build/CMakeFiles/customdhcpcd.dir/build.make @@ -78,7 +78,7 @@ customdhcpcd_OBJECTS = \ customdhcpcd_EXTERNAL_OBJECTS = customdhcpcd: CMakeFiles/customdhcpcd.dir/dhcpcd.c.o -customdhcpcd: liblibcustomdhcpcd.a +customdhcpcd: liblibcustomdhcpcd.so customdhcpcd: CMakeFiles/customdhcpcd.dir/build.make customdhcpcd: CMakeFiles/customdhcpcd.dir/link.txt @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking C executable customdhcpcd" diff --git a/customdhcpcd/src/build/CMakeFiles/customdhcpcd.dir/link.txt b/customdhcpcd/src/build/CMakeFiles/customdhcpcd.dir/link.txt index 714a859..ae32338 100644 --- a/customdhcpcd/src/build/CMakeFiles/customdhcpcd.dir/link.txt +++ b/customdhcpcd/src/build/CMakeFiles/customdhcpcd.dir/link.txt @@ -1 +1 @@ -/usr/bin/gcc -lrt CMakeFiles/customdhcpcd.dir/dhcpcd.c.o -o customdhcpcd -rdynamic liblibcustomdhcpcd.a +/usr/bin/gcc -lrt CMakeFiles/customdhcpcd.dir/dhcpcd.c.o -o customdhcpcd -rdynamic liblibcustomdhcpcd.so -Wl,-rpath,/home/niklas/fbgui/customdhcpcd/src/build |
