X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=Makefile;h=cdde947ec022fbd7448bffa0f7d4c547ebcbe0fa;hp=6f98c4f8c4a97ed3ee48df7e275b83ab939e90cd;hb=55d9edc1a60a09b7bb7992f4fd3cb7b61904a298;hpb=162e41906b89dad6110b0b6f78ccc5855eca43da diff --git a/Makefile b/Makefile index 6f98c4f..cdde947 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 @@ -290,7 +290,8 @@ target_alias = top_build_prefix = top_builddir = . top_srcdir = . -SUBDIRS = po \ +SUBDIRS = doc \ + po \ icons/hicolor/scalable \ src \ tests