# HG changeset patch # User Matti Hamalainen # Date 1457008527 -7200 # Node ID edb6b42c5e8a901c5478dfda3c7d59ecff7119f1 # Parent 9db5d3f6098d0fb04d0a261b58f41d4fb63e6a17 Build system cleanup. diff -r 9db5d3f6098d -r edb6b42c5e8a Makefile --- a/Makefile Thu Mar 03 14:21:22 2016 +0200 +++ b/Makefile Thu Mar 03 14:35:27 2016 +0200 @@ -9,9 +9,10 @@ RANLIB ?= ranlib INSTALL ?= install -CFLAGS += -DHAVE_STRING_H -DHAVE_CONFIG_H +CFLAGS += -DHAVE_CONFIG_H LDFLAGS += +CFLAGS += -DHAVE_STRING_H CFLAGS += -DHAVE_STDINT_H #CFLAGS += -DHAVE_SYS_TYPES_H CFLAGS += -DHAVE_INTTYPES_H