Mercurial > pidgin.yaz
view pidgin/plugins/ticker/Makefile.am @ 21822:37f0b6291374
merge of '1d77c730a1160c77d14354d4ce61455e59c94fbc'
and '7db30ca464c9869b5f2058907f65de643c11b7b3'
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Wed, 12 Dec 2007 00:15:23 +0000 |
parents | 0dcd915899ae |
children | 315151da0dc6 |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw plugindir = $(libdir)/pidgin ticker_la_LDFLAGS = -module -avoid-version if PLUGINS plugin_LTLIBRARIES = ticker.la ticker_la_SOURCES = \ gtkticker.c \ gtkticker.h \ ticker.c ticker_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)