Mercurial > pidgin.yaz
view src/protocols/trepia/Makefile.am @ 9370:76f4bffcfb23
[gaim-migrate @ 10178]
I moved the #define to yahoo.h, and made some of the checks runtime, in
hopes of still supporting yahoo japan. I also made some things not show
up when using web messenger.
For some reason I can't log in to yahoo japan now either. weird.
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Thu, 24 Jun 2004 03:55:54 +0000 |
parents | 6b1ecf40f3ba |
children |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw pkgdir = $(libdir)/gaim TREPIASOURCES = \ profile.c \ profile.h \ trepia.c AM_CFLAGS = $(st) libtrepia_la_LDFLAGS = -module -avoid-version if STATIC_TREPIA st = -DGAIM_STATIC_PRPL noinst_LIBRARIES = libtrepia.a libtrepia_a_SOURCES = $(TREPIASOURCES) libtrepia_a_CFLAGS = $(AM_CFLAGS) else st = pkg_LTLIBRARIES = libtrepia.la libtrepia_la_SOURCES = $(TREPIASOURCES) endif AM_CPPFLAGS = \ -I$(top_srcdir)/src \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS)