X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=Makefile;h=434c90ef2ad4e22b1484ff5978ebd251597a7e72;hp=6f98c4f8c4a97ed3ee48df7e275b83ab939e90cd;hb=7d847f77b7f18f13654d34d20f515f27574b70e8;hpb=162e41906b89dad6110b0b6f78ccc5855eca43da diff --git a/Makefile b/Makefile index 6f98c4f..434c90e 100644 --- a/Makefile +++ b/Makefile @@ -163,10 +163,10 @@ AUTOCONF = ${SHELL} /home/jporsini/work/wpitchoune/svnpub/prss/trunk/missing --r AUTOHEADER = ${SHELL} /home/jporsini/work/wpitchoune/svnpub/prss/trunk/missing --run autoheader AUTOMAKE = ${SHELL} /home/jporsini/work/wpitchoune/svnpub/prss/trunk/missing --run automake-1.11 AWK = gawk -CC = gcc +CC = gcc -std=gnu99 CCDEPMODE = depmode=gcc3 CFLAGS = -g -O2 -CPP = gcc -E +CPP = gcc -std=gnu99 -E CPPFLAGS = CURL_CFLAGS = CURL_LIBS = -lcurl @@ -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 @@ -290,7 +290,8 @@ target_alias = top_build_prefix = top_builddir = . top_srcdir = . -SUBDIRS = po \ +SUBDIRS = doc \ + po \ icons/hicolor/scalable \ src \ tests