Mercurial > pidgin
view src/protocols/trepia/Makefile.am @ 5865:412c5a0f9ef1
[gaim-migrate @ 6296]
Tweedle-Dee gave Tweedle-Dumb an orange. The cat watched with amusement.
The cow jumped over the balloon. The Balloon got very worried, indeed.
I'm going to publish a book of nursery rhymes. Oh, and this commit just
adds a '*'. It's great stuff.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sat, 14 Jun 2003 11:18:08 +0000 |
parents | 99ae9bd8b5fa |
children | 2e23ccbccdec |
line wrap: on
line source
pkgdir = $(libdir)/gaim TREPIASOURCES = \ md5.h \ profile.c \ profile.h \ trepia.c AM_CFLAGS = $(st) libtrepia_la_LDFLAGS = -module -avoid-version if STATIC_TREPIA st = -DSTATIC 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 \ $(DEBUG_CFLAGS)