comparison console/Makefile.am @ 15373:5fe8042783c1

Rename gtk/ and libgaim/ to pidgin/ and libpurple/
author Sean Egan <seanegan@gmail.com>
date Sat, 20 Jan 2007 02:32:10 +0000
parents be2feab10c71
children cc1721b06dc6
comparison
equal deleted inserted replaced
15372:f79e0f4df793 15373:5fe8042783c1
44 $(INTLLIBS) \ 44 $(INTLLIBS) \
45 $(GLIB_LIBS) \ 45 $(GLIB_LIBS) \
46 $(LIBXML_LIBS) \ 46 $(LIBXML_LIBS) \
47 $(GNT_LIBS) \ 47 $(GNT_LIBS) \
48 ./libgnt/libgnt.la \ 48 ./libgnt/libgnt.la \
49 $(top_builddir)/libgaim/libgaim.la 49 $(top_builddir)/libpurple/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)\" \
55 -DLIBDIR=\"$(libdir)/gaim/\" \ 55 -DLIBDIR=\"$(libdir)/gaim/\" \
56 -DLOCALEDIR=\"$(datadir)/locale\" \ 56 -DLOCALEDIR=\"$(datadir)/locale\" \
57 -DSYSCONFDIR=\"$(sysconfdir)\" \ 57 -DSYSCONFDIR=\"$(sysconfdir)\" \
58 -I$(top_srcdir)/libgaim/ \ 58 -I$(top_srcdir)/libpurple/ \
59 -I$(top_srcdir) \ 59 -I$(top_srcdir) \
60 -I$(srcdir)/libgnt/ \ 60 -I$(srcdir)/libgnt/ \
61 $(DEBUG_CFLAGS) \ 61 $(DEBUG_CFLAGS) \
62 $(GLIB_CFLAGS) \ 62 $(GLIB_CFLAGS) \
63 $(DBUS_CFLAGS) \ 63 $(DBUS_CFLAGS) \