]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
remove xxh_x86dispatch.c that was unused from Makefile
authorAlain Spineux <alain@baculasystems.com>
Thu, 12 Jan 2023 10:20:34 +0000 (11:20 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:57:00 +0000 (13:57 +0200)
- of course this don't compile on AIX and other non intel CPU

bacula/src/lib/Makefile.in

index c6cc53a81f97c241e8888f40c8b5e0f8dba71786..908954e92782167de4fafd7fddd33829bcc2a088 100644 (file)
@@ -63,7 +63,7 @@ LIBBAC_SRCS = attr.c base64.c base32.c berrno.c bsys.c binflate.c bget_msg.c \
       worker.c flist.c bcollector.c collect.c \
       address_conf.c breg.c htable.c lockmgr.c devlock.c output.c bwlimit.c \
       bsock_meeting.c bcrc32.c events.c ilist.c cJSON.c cJSON_Utils.c \
-      xxhash.c xxh_x86dispatch.c $(EXTRA_SRCS)
+      xxhash.c $(EXTRA_SRCS)
 
 LIBBAC_OBJS_TMP = $(LIBBAC_SRCS:.c=.o)
 LIBBAC_OBJS = $(LIBBAC_OBJS_TMP:.cc=.o)