Mercurial > pidgin
comparison finch/libgnt/Makefile.am @ 16677:6238e7b6fe8a
merge of '07865f3cc1e74839feb7179f9ac10e66563c3cb5'
and '9c03b9bd329253a135d703eb7a0a49e367df7838'
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sun, 29 Apr 2007 22:47:55 +0000 |
parents | 171acd9ebb1a |
children | 91d0e590e635 8eed567eee39 |
comparison
equal
deleted
inserted
replaced
16663:5e6f8b92a2a5 | 16677:6238e7b6fe8a |
---|---|
74 libgnt_laincludedir=$(includedir)/gnt | 74 libgnt_laincludedir=$(includedir)/gnt |
75 libgnt_lainclude_HEADERS = \ | 75 libgnt_lainclude_HEADERS = \ |
76 $(libgnt_la_headers) | 76 $(libgnt_la_headers) |
77 | 77 |
78 libgnt_la_DEPENDENCIES = | 78 libgnt_la_DEPENDENCIES = |
79 libgnt_la_LDFLAGS = -export-dynamic | 79 libgnt_la_LDFLAGS = -export-dynamic -version_info $(GNT_LT_VERSION_INFO) -no-undefined |
80 libgnt_la_LIBADD = \ | 80 libgnt_la_LIBADD = \ |
81 $(GLIB_LIBS) \ | 81 $(GLIB_LIBS) \ |
82 $(GNT_LIBS) \ | 82 $(GNT_LIBS) \ |
83 $(LIBXML_LIBS) | 83 $(LIBXML_LIBS) |
84 | 84 |