summaryrefslogtreecommitdiff
path: root/camlibs/st2205
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2010-04-28 13:07:53 +0000
committerHans de Goede <hdegoede@redhat.com>2010-04-28 13:07:53 +0000
commit626b8e6c2848ed184d7fbd8f200d0378c62c195b (patch)
treef4150223e36935f53f327676c08c06f88ba08f45 /camlibs/st2205
parent58982576a6abca35332b809f461be6b15533d679 (diff)
downloadlibgphoto2-626b8e6c2848ed184d7fbd8f200d0378c62c195b.tar.gz
st2205: link with -liconv where needed
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@13038 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/st2205')
-rw-r--r--camlibs/st2205/Makefile-files2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/st2205/Makefile-files b/camlibs/st2205/Makefile-files
index 2f6839dc3..853462483 100644
--- a/camlibs/st2205/Makefile-files
+++ b/camlibs/st2205/Makefile-files
@@ -6,4 +6,4 @@ EXTRA_LTLIBRARIES += st2205.la
st2205_la_SOURCES = st2205/library.c st2205/st2205.c st2205/st2205.h st2205/st2205_decode.c
st2205_la_LDFLAGS = $(camlib_ldflags)
st2205_la_DEPENDENCIES = $(camlib_dependencies)
-st2205_la_LIBADD = $(camlib_libadd) @LIBGD@
+st2205_la_LIBADD = $(camlib_libadd) @LIBGD@ $(LTLIBICONV)