File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 9090deb-clean :
9191 rm -rf nemea-common* .build nemea-common* .changes nemea-common* .deb nemea-common-dev_* .deb nemea-common* .orig.tar.gz nemea-common-* .tar.gz nemea-common-@VERSION@
9292
93- install-exec-hook :
94- rm -f $(DESTDIR )$(libdir ) /libnemea-common.la
95-
9693clean-local : deb-clean rpm-clean
9794 rm -rf doc
9895
Original file line number Diff line number Diff line change 11lib_LTLIBRARIES = libtrap.la
22libtrap_la_LDFLAGS = -version-info 6:0:5
33libtrap_la_SOURCES = trap.c trap_error.c ifc_dummy.c ifc_tcpip.c trap_internal.c ifc_tcpip_internal.h ifc_file.c ifc_file.h help_trapifcspec.c \
4- trap_container.h trap_stack.h trap_ring_buffer.h trap_mbuf.h trap_mbuf.c ifc_service.h ifc_service.c ifc_service_internal.h \
4+ trap_container.h trap_stack.h trap_ring_buffer.h trap_mbuf.h trap_mbuf.c ifc_service.h ifc_service.c ifc_service_internal.h \
55 third-party/libjansson/dump.c \
66 third-party/libjansson/error.c \
77 third-party/libjansson/hashtable.c \
Original file line number Diff line number Diff line change @@ -12,11 +12,7 @@ lib_LTLIBRARIES=libunirec.la
1212libunirec_la_CPPFLAGS =-I${srcdir}/include
1313libunirec_la_CFLAGS =-fPIC
1414libunirec_la_LDFLAGS =-static -ltrap
15- libunirec_la_SOURCES =unirec.c include/unirec/ur_values.c unirec2csv.c ip_prefix_search.c ipps_internal.h
16-
17- BUILT_SOURCES =include/unirec/ur_values.c
18-
19- libunirec_la : include/unirec/ur_values.c
15+ libunirec_la_SOURCES =unirec.c unirec2csv.c ip_prefix_search.c ipps_internal.h
2016
2117pkgconfigdir = $(libdir ) /pkgconfig
2218pkgconfig_DATA = unirec.pc
You can’t perform that action at this time.
0 commit comments