Mercurial > pidgin
view src/protocols/sametime/Makefile.am @ 12059:7bef0fa7d4aa
[gaim-migrate @ 14354]
The previous commit didn't work because wb.{c,h} were not added to the
SILC sources in Makefile.am; this fixes SILC whiteboard so it actually
compiles. Oops.
committer: Tailor Script <tailor@pidgin.im>
| author | Ethan Blanton <elb@pidgin.im> |
|---|---|
| date | Sat, 12 Nov 2005 23:11:23 +0000 |
| parents | f8cd06753755 |
| children | f9d0ab1474ac |
line wrap: on
line source
SUBDIRS = meanwhile EXTRA_DIST = Makefile.mingw pkgdir = $(libdir)/gaim noinst_HEADERS = sametime.h SAMETIMESOURCES = sametime.c if STATIC_SAMETIME st = -DGAIM_STATIC_PRPL noinst_LIBRARIES = libsametime.a libsametime_a_SOURCES = $(SAMETIMESOURCES) libsametime_a_CFLAGS = $(AM_CFLAGS) else st = pkg_LTLIBRARIES = libsametime.la libsametime_la_SOURCES = $(SAMETIMESOURCES) endif libsametime_la_LDFLAGS = -module -avoid-version -no-undefined libsametime_la_LIBADD = $(GLIB_LIBS) meanwhile/libmeanwhile.la AM_CFLAGS = \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS) \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/protocols/sametime/meanwhile AM_CPPFLAGS = \ -DG_LOG_DOMAIN=\"meanwhile\" \ $(st)
