Mercurial > pidgin
view gtk/plugins/ticker/Makefile.am @ 15142:4b319b19aa24
[gaim-migrate @ 17928]
Get rid of a few small compile warnings
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 09 Dec 2006 20:20:17 +0000 |
parents | 69590c55c748 |
children |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw plugindir = $(libdir)/gaim 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)\" \ -DVERSION=\"$(VERSION)\" \ -I$(top_srcdir)/libgaim \ -I$(top_srcdir)/gtk \ $(DEBUG_CFLAGS) \ $(GTK_CFLAGS)