comparison gtk/plugins/ticker/Makefile.am @ 14674:69590c55c748

[gaim-migrate @ 17420] It is more correct to use foo_la_LIBADD to specify libs to link to instead of foo_la_LDFLAGS committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 01 Oct 2006 18:17:49 +0000
parents 60b1bc8dbf37
children
comparison
equal deleted inserted replaced
14673:a2b56d168a88 14674:69590c55c748
1 EXTRA_DIST = \ 1 EXTRA_DIST = \
2 Makefile.mingw 2 Makefile.mingw
3 3
4 plugindir = $(libdir)/gaim 4 plugindir = $(libdir)/gaim
5 5
6 ticker_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) 6 ticker_la_LDFLAGS = -module -avoid-version
7 7
8 if PLUGINS 8 if PLUGINS
9 9
10 plugin_LTLIBRARIES = ticker.la 10 plugin_LTLIBRARIES = ticker.la
11 11
12 ticker_la_SOURCES = \ 12 ticker_la_SOURCES = \
13 gtkticker.c \ 13 gtkticker.c \
14 gtkticker.h \ 14 gtkticker.h \
15 ticker.c 15 ticker.c
16 16
17 ticker_la_LIBADD = $(GTK_LIBS)
18
17 endif 19 endif
18 20
19 AM_CPPFLAGS = \ 21 AM_CPPFLAGS = \
20 -DDATADIR=\"$(datadir)\" \ 22 -DDATADIR=\"$(datadir)\" \
21 -DVERSION=\"$(VERSION)\" \ 23 -DVERSION=\"$(VERSION)\" \