view pidgin/plugins/ticker/Makefile.am @ 15406:15b00aff6631

Forgot to mtn add the icons
author Sean Egan <seanegan@gmail.com>
date Wed, 24 Jan 2007 21:59:45 +0000
parents 5fe8042783c1
children e9c12873fae0
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)/libpurple \
	-I$(top_srcdir)/pidgin \
	$(DEBUG_CFLAGS) \
	$(GTK_CFLAGS)