src/protocols/gg/Makefile.am

Mon, 07 Jun 2004 04:01:00 +0000

author
Don Seiler <rizzo@gentoo.org>
date
Mon, 07 Jun 2004 04:01:00 +0000
changeset 9227
95c28297b72c
parent 8082
f7ffc7ff0392
child 10889
64482f2467cb
permissions
-rw-r--r--

[gaim-migrate @ 10023]
Patch by Don Seiler (aka rizzo) to add two additional parameters to
gaim_url_parse(), which are used for storing the username and password from
the URL, if they exist.

committer: Christian Hammond <chipx86@chipx86.com>

EXTRA_DIST = \
		protocol.txt \
		Makefile.mingw

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 = -DGAIM_STATIC_PRPL
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) \
	$(GLIB_CFLAGS)

mercurial