Mercurial > pidgin
diff src/Makefile.am @ 960:fa681641643d
[gaim-migrate @ 970]
*** MULTIPLE-CONNECTIONS ***
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Tue, 10 Oct 2000 00:02:02 +0000 |
| parents | aefd5f2b1ea0 |
| children | 7e231bc0018a |
line wrap: on
line diff
--- a/src/Makefile.am Mon Oct 09 23:56:33 2000 +0000 +++ b/src/Makefile.am Tue Oct 10 00:02:02 2000 +0000 @@ -14,6 +14,7 @@ gtkticker.c \ html.c \ idle.c \ + multi.c \ network.c \ oscar.c \ perl.c \ @@ -43,6 +44,7 @@ gtkticker.c \ html.c \ idle.c \ + multi.c \ network.c \ oscar.c \ perl.c \ @@ -58,6 +60,7 @@ gaim_DEPENDENCIES = ../libfaim/libfaim.a endif -CFLAGS += -DLOCALEDIR=\"$(datadir)/locale\" +CFLAGS += -DLOCALEDIR=\"$(datadir)/locale\" $(DEBUG_CFLAGS) +LDFLAGS += $(DEBUG_LDFLAGS) -EXTRA_DIST = gaim.h proxy.h gnome_applet_mgr.h gtkhtml.h gtkticker.h convo.h +EXTRA_DIST = gaim.h proxy.h gnome_applet_mgr.h gtkhtml.h gtkticker.h convo.h multi.h
