diff options
-rw-r--r-- | config.mk | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,3 @@ -# sfeed version -VERSION = 0.9 - # customize below to fit your system # paths @@ -25,5 +22,9 @@ LDFLAGS = ${LIBS} #CFLAGS = -DVERSION=\"${VERSION}\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 #LDFLAGS = -s ${LIBS} +# uncomment for compat +CFLAGS += -DCOMPAT +LDFLAGS += -L. -lcompat + # compiler and linker #CC = cc |