comparison console/Makefile.am @ 14435:9c6533500fff

[gaim-migrate @ 17149] Never EVER use -L and -l for a library in your own build. committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Mon, 04 Sep 2006 03:23:41 +0000
parents f3645fe3da47
children f283ebe419e4
comparison
equal deleted inserted replaced
14434:72eae9311ed5 14435:9c6533500fff
43 $(STATIC_LINK_LIBS) \ 43 $(STATIC_LINK_LIBS) \
44 $(INTLLIBS) \ 44 $(INTLLIBS) \
45 $(GLIB_LIBS) \ 45 $(GLIB_LIBS) \
46 $(LIBXML_LIBS) \ 46 $(LIBXML_LIBS) \
47 $(GNT_LIBS) \ 47 $(GNT_LIBS) \
48 -L./libgnt/ -lgnt \ 48 ./libgnt/libgnt.la \
49 -L$(top_builddir)/libgaim -lgaim 49 $(top_builddir)/libgaim/libgaim.la
50 50
51 AM_CPPFLAGS = \ 51 AM_CPPFLAGS = \
52 -DSTANDALONE \ 52 -DSTANDALONE \
53 -DBR_PTHREADS=0 \ 53 -DBR_PTHREADS=0 \
54 -DDATADIR=\"$(datadir)\" \ 54 -DDATADIR=\"$(datadir)\" \