Another try

This commit is contained in:
Matteo Paonessa 2016-09-20 15:53:55 +02:00
parent b52dec5392
commit 058f40b320
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
bin_PROGRAMS = caesiumclt
caesiumclt_SOURCES = main.c jpeg.c compresshelper.c utils.c png.c lodepng.c error.c
caesiumclt_CFLAGS = -Wall -D_FILE_OFFSET_BITS=64 -std=c99 -rpath /opt/mozjpeg/lib64
caesiumclt_CFLAGS = -Wall -D_FILE_OFFSET_BITS=64 -std=c99 -Wl,-rpath,/opt/mozjpeg/lib64
caesiumclt_LDADD = -lm

View File

@ -254,7 +254,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
caesiumclt_SOURCES = main.c jpeg.c compresshelper.c utils.c png.c lodepng.c error.c
caesiumclt_CFLAGS = -Wall -D_FILE_OFFSET_BITS=64 -std=c99 -rpath /opt/mozjpeg/lib64
caesiumclt_CFLAGS = -Wall -D_FILE_OFFSET_BITS=64 -std=c99 -Wl,-rpath,/opt/mozjpeg/lib64
caesiumclt_LDADD = -lm
all: all-am