comparison plugins/gaim-remote/Makefile.am @ 6916:7d67e5238b40

[gaim-migrate @ 7463] Thanks to Todd Vierling for pointing this out, and Rob McQueen for irritating me enough to verify it. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Tue, 23 Sep 2003 20:08:21 +0000
parents 2427a829fdfa
children f61c37936a41
comparison
equal deleted inserted replaced
6915:7ef0934e76b1 6916:7d67e5238b40
16 if PLUGINS 16 if PLUGINS
17 17
18 plugin_LTLIBRARIES = gaim-remote.la 18 plugin_LTLIBRARIES = gaim-remote.la
19 19
20 gaim_remote_la_SOURCES = remote.c 20 gaim_remote_la_SOURCES = remote.c
21 gaim_remote_la_LIBADD = -lgaim-remote $(GLIB_LIBS) 21 gaim_remote_la_LIBADD = libgaim-remote.la $(GLIB_LIBS)
22 22
23 endif 23 endif
24 24
25 AM_CPPFLAGS = \ 25 AM_CPPFLAGS = \
26 -DDATADIR=\"$(datadir)\" \ 26 -DDATADIR=\"$(datadir)\" \