Initial code for remote push over OSC

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-10-23 15:48:09 +01:00
parent a00020e597
commit e83d514eb6
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 196 additions and 1 deletions

View file

@ -187,6 +187,14 @@ ifeq ($(WITH_LTO),true)
LINK_FLAGS += -fno-strict-aliasing -flto -Werror=odr -Werror=lto-type-mismatch
endif
# --------------------------------------------------------------
# optional liblo
ifeq ($(HAVE_LIBLO),true)
BASE_FLAGS += $(LIBLO_FLAGS)
LINK_FLAGS += $(LIBLO_LIBS)
endif
# --------------------------------------------------------------
# fallback path to resource files