view plugins/musicmessaging/Makefile.am @ 11089:355595881218

[gaim-migrate @ 13110] I think this is what was meant... :) committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Mon, 11 Jul 2005 06:04:28 +0000
parents 363f88138dab
children 198bdde7ea63
line wrap: on
line source

#EXTRA_DIST = \
#		Makefile.mingw

plugindir = $(libdir)/gaim

musicmessaging_la_LDFLAGS = -module -avoid-version $(GTK_LIBS)

if PLUGINS

plugin_LTLIBRARIES = musicmessaging.la

musicmessaging_la_SOURCES = \
	musicmessaging.c

endif

AM_CPPFLAGS = \
	-DDATADIR=\"$(datadir)\" \
	-DVERSION=\"$(VERSION)\" \
	-I$(top_srcdir)/src \
	$(DEBUG_CFLAGS) \
	$(GTK_CFLAGS)