Mercurial > pidgin.yaz
view pidgin/plugins/disco/Makefile.am @ 29620:e7b9cf2f2386
Use an updated exchndl.dll that supports setting the log file path manually and
external debug symbols (looks in the specified debug symbols dir and also for a
<modulename>.dbgsym alongside <modulename>).
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Sun, 01 Nov 2009 04:56:45 +0000 |
parents | 470507fec7fa |
children |
line wrap: on
line source
plugindir = $(libdir)/pidgin xmppdisco_la_LDFLAGS = -module -avoid-version EXTRA_DIST = \ Makefile.mingw if PLUGINS plugin_LTLIBRARIES = xmppdisco.la xmppdisco_la_SOURCES = \ gtkdisco.c \ gtkdisco.h \ xmppdisco.c \ xmppdisco.h xmppdisco_la_LIBADD = $(GTK_LIBS) endif AM_CPPFLAGS = \ -DDATADIR=\"$(datadir)\" \ -I$(top_srcdir)/libpurple \ -I$(top_builddir)/libpurple \ -I$(top_srcdir)/pidgin \ $(DEBUG_CFLAGS) \ $(GTK_CFLAGS)