summaryrefslogtreecommitdiff
path: root/camlibs/ax203
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2013-06-28 21:04:32 +0000
committerMarcus Meissner <marcus@jet.franken.de>2013-06-28 21:04:32 +0000
commit3c9794b1ca62d9047dec78e7421c76ff494ea5a6 (patch)
tree5055ffc467671963255e8ce30088fe0f1459d663 /camlibs/ax203
parent430ebfba55b411fe3f5cc227d1e06b883784f5f7 (diff)
downloadlibgphoto2-3c9794b1ca62d9047dec78e7421c76ff494ea5a6.tar.gz
also make GD use the GP_CHECK_LIBRARY macro
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14466 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/ax203')
-rw-r--r--camlibs/ax203/Makefile-files3
1 files changed, 2 insertions, 1 deletions
diff --git a/camlibs/ax203/Makefile-files b/camlibs/ax203/Makefile-files
index f77b1be7b..b454e421e 100644
--- a/camlibs/ax203/Makefile-files
+++ b/camlibs/ax203/Makefile-files
@@ -6,4 +6,5 @@ EXTRA_LTLIBRARIES += ax203.la
ax203_la_SOURCES = ax203/library.c ax203/ax203.c ax203/ax203.h ax203/ax203_decode_yuv.c ax203/ax203_decode_yuv_delta.c ax203/ax203_compress_jpeg.c ax203/jpeg_memsrcdest.h ax203/jpeg_memsrcdest.c ax203/tinyjpeg.c ax203/tinyjpeg.h ax203/tinyjpeg-internal.h ax203/jidctflt.c
ax203_la_LDFLAGS = $(camlib_ldflags)
ax203_la_DEPENDENCIES = $(camlib_dependencies)
-ax203_la_LIBADD = $(camlib_libadd) @LIBGD@ @LIBJPEG@
+ax203_la_LIBADD = $(camlib_libadd) @LIBGD_LIBS@ @LIBJPEG@
+ax203_la_CFLAGS = @LIBGD_CFLAGS@