Browse code

clamonacc - remove share/priv-fts.h path from makefile to fix makedist; autojunk'd

Mickey Sola authored on 2019/06/18 00:40:41
Showing 4 changed files
... ...
@@ -34,7 +34,6 @@ clamonacc_SOURCES = \
34 34
     $(top_srcdir)/shared/getopt.h \
35 35
     $(top_srcdir)/shared/actions.c \
36 36
     $(top_srcdir)/shared/actions.h \
37
-    $(top_srcdir)/shared/priv-fts.h \
38 37
     clamonacc.c \
39 38
     ./client/onaccess_client.c \
40 39
     ./client/onaccess_client.h \
... ...
@@ -205,18 +205,18 @@ am__clamonacc_SOURCES_DIST = $(top_srcdir)/shared/output.c \
205 205
 	$(top_srcdir)/shared/optparser.h $(top_srcdir)/shared/misc.c \
206 206
 	$(top_srcdir)/shared/misc.h $(top_srcdir)/shared/getopt.c \
207 207
 	$(top_srcdir)/shared/getopt.h $(top_srcdir)/shared/actions.c \
208
-	$(top_srcdir)/shared/actions.h $(top_srcdir)/shared/priv-fts.h \
209
-	clamonacc.c ./client/onaccess_client.c \
210
-	./client/onaccess_client.h ./client/onaccess_proto.c \
211
-	./client/onaccess_proto.h ./client/onaccess_com.c \
212
-	./client/onaccess_com.h ./inotif/onaccess_ddd.c \
213
-	./inotif/onaccess_ddd.h ./fanotif/onaccess_fan.c \
214
-	./fanotif/onaccess_fan.h ./inotif/onaccess_hash.c \
215
-	./inotif/onaccess_hash.h ./misc/onaccess_others.c \
216
-	./misc/onaccess_others.h ./misc/priv_fts.h \
217
-	./scan/onaccess_scth.c ./scan/onaccess_scth.h \
218
-	./scan/onaccess_scque.c ./scan/onaccess_scque.h \
219
-	./c-thread-pool/thpool.c ./c-thread-pool/thpool.h ./misc/fts.c
208
+	$(top_srcdir)/shared/actions.h clamonacc.c \
209
+	./client/onaccess_client.c ./client/onaccess_client.h \
210
+	./client/onaccess_proto.c ./client/onaccess_proto.h \
211
+	./client/onaccess_com.c ./client/onaccess_com.h \
212
+	./inotif/onaccess_ddd.c ./inotif/onaccess_ddd.h \
213
+	./fanotif/onaccess_fan.c ./fanotif/onaccess_fan.h \
214
+	./inotif/onaccess_hash.c ./inotif/onaccess_hash.h \
215
+	./misc/onaccess_others.c ./misc/onaccess_others.h \
216
+	./misc/priv_fts.h ./scan/onaccess_scth.c \
217
+	./scan/onaccess_scth.h ./scan/onaccess_scque.c \
218
+	./scan/onaccess_scque.h ./c-thread-pool/thpool.c \
219
+	./c-thread-pool/thpool.h ./misc/fts.c
220 220
 @SYSTEM_LFS_FTS_FALSE@am__objects_1 = clamonacc-fts.$(OBJEXT)
221 221
 am_clamonacc_OBJECTS = clamonacc-output.$(OBJEXT) \
222 222
 	clamonacc-optparser.$(OBJEXT) clamonacc-misc.$(OBJEXT) \
... ...
@@ -556,19 +556,18 @@ clamonacc_SOURCES = $(top_srcdir)/shared/output.c \
556 556
 	$(top_srcdir)/shared/optparser.h $(top_srcdir)/shared/misc.c \
557 557
 	$(top_srcdir)/shared/misc.h $(top_srcdir)/shared/getopt.c \
558 558
 	$(top_srcdir)/shared/getopt.h $(top_srcdir)/shared/actions.c \
559
-	$(top_srcdir)/shared/actions.h $(top_srcdir)/shared/priv-fts.h \
560
-	clamonacc.c ./client/onaccess_client.c \
561
-	./client/onaccess_client.h ./client/onaccess_proto.c \
562
-	./client/onaccess_proto.h ./client/onaccess_com.c \
563
-	./client/onaccess_com.h ./inotif/onaccess_ddd.c \
564
-	./inotif/onaccess_ddd.h ./fanotif/onaccess_fan.c \
565
-	./fanotif/onaccess_fan.h ./inotif/onaccess_hash.c \
566
-	./inotif/onaccess_hash.h ./misc/onaccess_others.c \
567
-	./misc/onaccess_others.h ./misc/priv_fts.h \
568
-	./scan/onaccess_scth.c ./scan/onaccess_scth.h \
569
-	./scan/onaccess_scque.c ./scan/onaccess_scque.h \
570
-	./c-thread-pool/thpool.c ./c-thread-pool/thpool.h \
571
-	$(am__append_1)
559
+	$(top_srcdir)/shared/actions.h clamonacc.c \
560
+	./client/onaccess_client.c ./client/onaccess_client.h \
561
+	./client/onaccess_proto.c ./client/onaccess_proto.h \
562
+	./client/onaccess_com.c ./client/onaccess_com.h \
563
+	./inotif/onaccess_ddd.c ./inotif/onaccess_ddd.h \
564
+	./fanotif/onaccess_fan.c ./fanotif/onaccess_fan.h \
565
+	./inotif/onaccess_hash.c ./inotif/onaccess_hash.h \
566
+	./misc/onaccess_others.c ./misc/onaccess_others.h \
567
+	./misc/priv_fts.h ./scan/onaccess_scth.c \
568
+	./scan/onaccess_scth.h ./scan/onaccess_scque.c \
569
+	./scan/onaccess_scque.h ./c-thread-pool/thpool.c \
570
+	./c-thread-pool/thpool.h $(am__append_1)
572 571
 AM_CFLAGS = @WERR_CFLAGS@
573 572
 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/clamd -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav @CURL_CPPFLAGS@ @SSL_CPPFLAGS@ @CLAMONACC_CPPFLAGS@ @JSON_CPPFLAGS@ @PCRE_CPPFLAGS@
574 573
 AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = clamonacc$(EXEEXT)
... ...
@@ -5765,8 +5765,8 @@ maintainer-clean-generic:
5765 5765
 	@echo "This command is intended for maintainers to use"
5766 5766
 	@echo "it deletes files that may require special tools to rebuild."
5767 5767
 	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
5768
-@BUILD_EXTERNAL_LLVM_TRUE@clean-local:
5769 5768
 @BUILD_EXTERNAL_LLVM_TRUE@distclean-local:
5769
+@BUILD_EXTERNAL_LLVM_TRUE@clean-local:
5770 5770
 clean: clean-am
5771 5771
 
5772 5772
 clean-am: clean-generic clean-libtool clean-local \
... ...
@@ -37,9 +37,4 @@ AC_SUBST([SSL_LDFLAGS])
37 37
 AC_SUBST([JSON_LIBS])
38 38
 AC_SUBST([JSON_LDFLAGS])
39 39
 AC_SUBST([CURL_LIBS])
40
-<<<<<<< HEAD
41 40
 AC_SUBST([CURL_LDFLAGS])
42
-
43
-=======
44
-AC_SUBST([CURL_LIBS])
45
->>>>>>> clamonacc - add curl support