diff options
author | Luca <deri@ntop.org> | 2018-08-30 09:59:39 +0200 |
---|---|---|
committer | Luca <deri@ntop.org> | 2018-08-30 09:59:39 +0200 |
commit | f948f3525fddaae23eef0b88680e2c4e17c050ae (patch) | |
tree | 61b5d2680d4b4442dd02267c8820f2e9322d54c1 /example | |
parent | a98c0a81be86936e96be7d2312ae11ef85b785b2 (diff) |
Cleaned up makefile
Used clang instead of gcc on MacOS
Diffstat (limited to 'example')
-rw-r--r-- | example/Makefile.am | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/example/Makefile.am b/example/Makefile.am deleted file mode 100644 index e50d8c05c..000000000 --- a/example/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -bin_PROGRAMS = ndpiReader - -AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/lib/third_party/include @PCAP_INC@ @HS_INC@ -AM_CFLAGS = @PTHREAD_CFLAGS@ # --coverage - -LDADD = $(top_builddir)/src/lib/libndpi.a @JSON_C_LIB@ @PTHREAD_LIBS@ @PCAP_LIB@ @DL_LIB@ @HS_LIB@ -lm -AM_LDFLAGS = -static @DL_LIB@ @HS_LIB@ - -ndpiReader_SOURCES = ndpiReader.c ndpi_util.c ndpi_util.h uthash.h - -ndpiReader.o: ndpiReader.c - |