Better plan, let gcc figure it out

Why I didn't twig to this all those years ago I'll never know.
Disregard the TODO item in the last commit.

(Ohh, and my email address is no longer redhatter@gentoo.)
This commit is contained in:
Stuart Longland 2014-04-06 20:13:15 +10:00
parent 9e2ab341ba
commit 157136f94c

View File

@ -8,10 +8,9 @@ MY_LDFLAGS+=$(shell Wand-config --ldflags --libs) $(LDFLAGS)
MY_CFLAGS+=$(shell pkg-config --cflags json)
MY_LDFLAGS+=$(shell pkg-config --libs json)
MY_LDFLAGS+=-ljpeg
MY_LDFLAGS+=-lneo_cgi -lneo_cs -lneo_utl
OBJS=obj/main.o obj/util.o obj/galleries.o obj/gallery.o obj/varray.o \
obj/photo.o obj/hdf-json.o obj/jpeg.o \
$(CS_PATH)/lib64/libneo_cgi.a $(CS_PATH)/lib64/libneo_cs.a \
$(CS_PATH)/lib64/libneo_utl.a
obj/photo.o obj/hdf-json.o obj/jpeg.o
VERSIONSTAMP=$(shell if [ -d .git ]; then git describe; else cat version; fi)
COMPILESTAMP=$(shell date "+%Y-%m-%d %H:%M:%S %z" )