X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=Makefile;h=4d41ae0a99507f9fb4a4079b3b9abc4263bb5bab;hp=cdde947ec022fbd7448bffa0f7d4c547ebcbe0fa;hb=f8da73e3b32c303304e77dc4f704f489df014e50;hpb=55d9edc1a60a09b7bb7992f4fd3cb7b61904a298 diff --git a/Makefile b/Makefile index cdde947..4d41ae0 100644 --- a/Makefile +++ b/Makefile @@ -195,8 +195,8 @@ INSTALL_SCRIPT = ${INSTALL} INSTALL_STRIP_PROGRAM = $(install_sh) -c -s INTLLIBS = INTL_MACOSX_LIBS = -JSON_CFLAGS = -I/usr/include/json -JSON_LIBS = -ljson +JSON_CFLAGS = -I/usr/include/json-c +JSON_LIBS = -ljson-c LDFLAGS = LIBICONV = -liconv LIBINTL = @@ -279,7 +279,7 @@ mandir = ${datarootdir}/man mkdir_p = /bin/mkdir -p oldincludedir = /usr/include pdfdir = ${docdir} -prefix = /tmp +prefix = /usr/local program_transform_name = s,x,x, psdir = ${docdir} sbindir = ${exec_prefix}/sbin