Mercurial > pidgin.yaz
changeset 11085:363f88138dab
[gaim-migrate @ 13105]
Added the .am makefile.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Muise <christian.muise@gmail.com> |
---|---|
date | Mon, 11 Jul 2005 03:16:08 +0000 |
parents | 2c21bffa8200 |
children | 0ff7153e17f3 |
files | plugins/musicmessaging/Makefile.am |
diffstat | 1 files changed, 22 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/plugins/musicmessaging/Makefile.am Mon Jul 11 03:16:08 2005 +0000 @@ -0,0 +1,22 @@ +#EXTRA_DIST = \ +# Makefile.mingw + +plugindir = $(libdir)/gaim + +musicmessaging_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) + +if PLUGINS + +plugin_LTLIBRARIES = musicmessaging.la + +ticker_la_SOURCES = \ + musicmessaging.c + +endif + +AM_CPPFLAGS = \ + -DDATADIR=\"$(datadir)\" \ + -DVERSION=\"$(VERSION)\" \ + -I$(top_srcdir)/src \ + $(DEBUG_CFLAGS) \ + $(GTK_CFLAGS)