comparison libpurple/protocols/qq/Makefile.am @ 29265:485f69e04d6a

Fix 'make check' on OS X by adding in a not-installed libqq shared lib. Fix pointed out by David Fang on the mailing list. committer: Paul Aurich <paul@darkrain42.org>
author fang@csl.cornell.edu
date Wed, 13 Jan 2010 08:05:31 +0000
parents a5628ba3c83c
children
comparison
equal deleted inserted replaced
29264:c64b22932ffa 29265:485f69e04d6a
63 libqq_la_CFLAGS = $(AM_CFLAGS) 63 libqq_la_CFLAGS = $(AM_CFLAGS)
64 64
65 else 65 else
66 66
67 st = 67 st =
68 noinst_LTLIBRARIES =
68 pkg_LTLIBRARIES = libqq.la 69 pkg_LTLIBRARIES = libqq.la
69 libqq_la_SOURCES = $(QQSOURCES) 70 libqq_la_SOURCES = $(QQSOURCES)
70 libqq_la_LIBADD = $(GLIB_LIBS) 71 libqq_la_LIBADD = $(GLIB_LIBS)
71 72
72 endif 73 endif
74
75 # For 'make check'
76 noinst_LTLIBRARIES += libqq_tmp.la
77 libqq_tmp_la_SOURCES = $(libqq_la_SOURCES)
78 libqq_tmp_la_LIBADD = $(libqq_la_LIBADD)
79
73 80
74 # QQ_BUDDY_ICON_DIR is the path where a bunch of stock icons can be 81 # QQ_BUDDY_ICON_DIR is the path where a bunch of stock icons can be
75 # places for users to choose from when setting their buddy icon. We 82 # places for users to choose from when setting their buddy icon. We
76 # don't distribute those icons ourselves because of possibly copyright 83 # don't distribute those icons ourselves because of possibly copyright
77 # concerns, but distributions might want to put icons here. 84 # concerns, but distributions might want to put icons here.