comparison gtk/plugins/cap/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 f309a5b3f184
children
comparison
equal deleted inserted replaced
14673:a2b56d168a88 14674:69590c55c748
1 capdir = $(libdir)/gaim 1 capdir = $(libdir)/gaim
2 2
3 cap_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) 3 cap_la_LDFLAGS = -module -avoid-version
4 4
5 if PLUGINS 5 if PLUGINS
6 6
7 cappixdir = $(datadir)/pixmaps/gaim/buttons 7 cappixdir = $(datadir)/pixmaps/gaim/buttons
8 8
13 cap.c \ 13 cap.c \
14 cap_statistics.h 14 cap_statistics.h
15 15
16 endif 16 endif
17 17
18 cap_la_LIBADD = $(SQLITE3_LIBS) 18 cap_la_LIBADD = $(GTK_LIBS) $(SQLITE3_LIBS)
19 19
20 AM_CPPFLAGS = \ 20 AM_CPPFLAGS = \
21 -DDATADIR=\"$(datadir)\" \ 21 -DDATADIR=\"$(datadir)\" \
22 -DVERSION=\"$(VERSION)\" \ 22 -DVERSION=\"$(VERSION)\" \
23 -I$(top_srcdir)/libgaim \ 23 -I$(top_srcdir)/libgaim \