comparison console/libgnt/Makefile.am @ 15152:be2feab10c71

[gaim-migrate @ 17938] gaim, gaim-text and libgnt fails to compile if you configure with --with-static-prpl=something. This makes them compile in such cases. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 10 Dec 2006 08:18:49 +0000
parents 47ce7285eb5d
children 68385f5bbd61
comparison
equal deleted inserted replaced
15151:d1014e749b4e 15152:be2feab10c71
54 54
55 libgnt_laincludedir=$(includedir)/gnt 55 libgnt_laincludedir=$(includedir)/gnt
56 libgnt_lainclude_HEADERS = \ 56 libgnt_lainclude_HEADERS = \
57 $(libgnt_la_headers) 57 $(libgnt_la_headers)
58 58
59 libgnt_la_DEPENDENCIES = $(STATIC_LINK_LIBS) 59 libgnt_la_DEPENDENCIES =
60 libgnt_la_LDFLAGS = -export-dynamic 60 libgnt_la_LDFLAGS = -export-dynamic
61 libgnt_la_LIBADD = \ 61 libgnt_la_LIBADD = \
62 $(GLIB_LIBS) \ 62 $(GLIB_LIBS) \
63 $(STATIC_LINK_LIBS) \
64 $(GNT_LIBS) 63 $(GNT_LIBS)
65 64
66 AM_CPPFLAGS = \ 65 AM_CPPFLAGS = \
67 $(GLIB_CFLAGS) \ 66 $(GLIB_CFLAGS) \
68 $(GNT_CFLAGS) 67 $(GNT_CFLAGS)