annotate src/Makefile.am @ 20:2c150f36612b
[gaim-migrate @ 29]
Off-by-one errors are fun for everyone :)
committer: Tailor Script <tailor@pidgin.im>
| author |
Eric Warmenhoven <eric@warmenhoven.org> |
| date |
Fri, 24 Mar 2000 02:43:30 +0000 |
| parents |
2846a03bda67 |
| 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
|