]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - Makefile.real
server: Don't save bogus chunk table for aac files.
[paraslash.git] / Makefile.real
index bf3cb6e0ff0616f3618c778c11731651d9a4151c..95b6863010b5e0281a5d6cb41a784e78f0305857 100644 (file)
@@ -21,7 +21,7 @@ uname_s := $(shell uname -s 2>/dev/null || echo "UNKNOWN_OS")
 uname_rs := $(shell uname -rs)
 cc_version := $(shell $(CC) --version | head -n 1)
 GIT_VERSION := $(shell ./GIT-VERSION-GEN git-version.h)
-COPYRIGHT_YEAR := 2022
+COPYRIGHT_YEAR := 2023
 
 ifeq ("$(origin O)", "command line")
        build_dir := $(O)
@@ -221,7 +221,9 @@ $(call OD, afs aft attribute blob mood playlist score server vss command \
        CPPFLAGS += $(osl_cppflags)
 
 $(call OD, compress_filter): CFLAGS += -O3
+$(call OD, openssl): CFLAGS += -Wno-deprecated-declarations
 
+$(object_dir)/%.o: %.c | $(object_dir) $(dep_dir) $(lsg_h) $(yy_h)
 define CC_CMD
        $(call SAY, CC $<)
        $(CC) -c -o $(object_dir)/$(*F).o -MMD -MF \