annotate src/Makefile.am @ 1:2846a03bda67
[gaim-migrate @ 10]
The other missing files :)
committer: Tailor Script <tailor@pidgin.im>
author |
Rob Flynn <gaim@robflynn.com> |
date |
Thu, 23 Mar 2000 03:13:54 +0000 |
parents |
|
children |
61e94e1bd4c8 |
rev |
line source |
1
|
1 bin_PROGRAMS = gaim
|
|
2
|
|
3 gaim_SOURCES = about.c aim.c away.c buddy.c buddy_chat.c conversation.c \
|
|
4 dialogs.c html.c prefs.c proxy.c toc.c sound.c gaim.h \
|
|
5 gnome_applet_mgr.c plugins.c network.c server.c \
|
|
6 browser.c util.c oscar.c gtkhtml.c idle.c gaimrc.c
|
|
7
|
|
8
|
|
9 CFLAGS += $(GAIM_CFLAGS)
|
|
10 LIBS += $(GAIM_LIBS)
|
|
11 LDADD += $(GAIM_LDADD)
|
|
12
|
|
13 EXTRA_DIST = gaim.h proxy.h gnome_applet_mgr.h gtkhtml.h
|