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/libcustomdhcpcd.dir/flags.make | |
| 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/libcustomdhcpcd.dir/flags.make')
| -rw-r--r-- | customdhcpcd/src/build/CMakeFiles/libcustomdhcpcd.dir/flags.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/customdhcpcd/src/build/CMakeFiles/libcustomdhcpcd.dir/flags.make b/customdhcpcd/src/build/CMakeFiles/libcustomdhcpcd.dir/flags.make index 1d28a45..5797680 100644 --- a/customdhcpcd/src/build/CMakeFiles/libcustomdhcpcd.dir/flags.make +++ b/customdhcpcd/src/build/CMakeFiles/libcustomdhcpcd.dir/flags.make @@ -2,7 +2,7 @@ # Generated by "Unix Makefiles" Generator, CMake Version 2.8 # compile C with /usr/bin/gcc -C_FLAGS = -lrt +C_FLAGS = -lrt -fPIC -C_DEFINES = +C_DEFINES = -Dlibcustomdhcpcd_EXPORTS |
