diff options
author | Luca <deri@ntop.org> | 2018-08-30 10:05:53 +0200 |
---|---|---|
committer | Luca <deri@ntop.org> | 2018-08-30 10:05:53 +0200 |
commit | 0a33e439bde47d58391b14028ebcb50936926b78 (patch) | |
tree | c602204fe078e9629a35370b95ed5956d4c4dbdb /src/lib/Makefile.in | |
parent | f948f3525fddaae23eef0b88680e2c4e17c050ae (diff) |
Better clang handling
Diffstat (limited to 'src/lib/Makefile.in')
-rw-r--r-- | src/lib/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/Makefile.in b/src/lib/Makefile.in index 62f1b12a2..a0ac4a574 100644 --- a/src/lib/Makefile.in +++ b/src/lib/Makefile.in @@ -6,7 +6,6 @@ # make Makefile # -OS := $(shell uname -s) # # Installation directories @@ -14,7 +13,7 @@ OS := $(shell uname -s) prefix = /usr/local libdir = ${prefix}/lib includedir = ${prefix}/include/ndpi -CC = gcc +CC = @CC@ CFLAGS += -fPIC -DPIC -I../include -Ithird_party/include -DNDPI_LIB_COMPILATION -g RANLIB = ranlib |