comparison plugins/musicmessaging/Makefile.am @ 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
children 355595881218
comparison
equal deleted inserted replaced
11084:2c21bffa8200 11085:363f88138dab
1 #EXTRA_DIST = \
2 # Makefile.mingw
3
4 plugindir = $(libdir)/gaim
5
6 musicmessaging_la_LDFLAGS = -module -avoid-version $(GTK_LIBS)
7
8 if PLUGINS
9
10 plugin_LTLIBRARIES = musicmessaging.la
11
12 ticker_la_SOURCES = \
13 musicmessaging.c
14
15 endif
16
17 AM_CPPFLAGS = \
18 -DDATADIR=\"$(datadir)\" \
19 -DVERSION=\"$(VERSION)\" \
20 -I$(top_srcdir)/src \
21 $(DEBUG_CFLAGS) \
22 $(GTK_CFLAGS)