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:
parent
9e2ab341ba
commit
157136f94c
5
Makefile
5
Makefile
@ -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" )
|
||||
|
||||
Loading…
Reference in New Issue
Block a user