• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GImageView is a GTK+ based image viewer which supports tabbed browsing, thumbnail table views, directory tree views and drag and drop. It also support movies using the Xine library and MPlayer, and supports images in compressed archive formats.


Commit MetaInfo

Revision84d38ec0232ff1e589e994553cd087b4913ca55d (tree)
Time2014-09-05 00:26:38
AuthorTakuro Ashie <ashie@clea...>
CommiterTakuro Ashie

Log Message

Fix a link error

"-lm" was missing.

Change Summary

Incremental Difference

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -123,6 +123,7 @@ gimv_LDFLAGS = \
123123 -export-dynamic
124124
125125 gimv_LDADD = \
126+ -lm \
126127 $(gimv_res) \
127128 $(gimv_exp) \
128129 $(GTK_LIBS) \