Mercurial > pidgin.yaz
view src/protocols/gg/Makefile.am @ 5466:445f6c693cc0
[gaim-migrate @ 5858]
David Brigada (jsi) writes:
" I was browsing through the changelog and found some
syntactical inaccuracies (with vim). Here's a diff of
the very boring corrections."
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Wed, 21 May 2003 01:44:46 +0000 |
parents | 59751fe608c5 |
children | fcc28f5dd0c8 |
line wrap: on
line source
EXTRA_DIST = protocol.txt pkgdir = $(libdir)/gaim GGSOURCES = \ libgg.c \ libgg.h \ common.c \ gg.c AM_CFLAGS = $(st) libgg_la_LDFLAGS = -module -avoid-version if STATIC_GG st = -DSTATIC noinst_LIBRARIES = libgg.a libgg_a_SOURCES = $(GGSOURCES) libgg_a_CFLAGS = $(AM_CFLAGS) else st = pkg_LTLIBRARIES = libgg.la libgg_la_SOURCES = $(GGSOURCES) endif AM_CPPFLAGS = \ -I$(top_srcdir)/src \ $(DEBUG_CFLAGS)