Mercurial > pidgin
comparison src/Makefile.am @ 435:feff1ae9d8da
[gaim-migrate @ 445]
I'm a dweeb
committer: Tailor Script <tailor@pidgin.im>
| author | Syd Logan <slogan> |
|---|---|
| date | Sun, 25 Jun 2000 01:57:58 +0000 |
| parents | e396f6c4a342 |
| children | 7ac742be351d |
comparison
equal
deleted
inserted
replaced
| 434:634b93c7a473 | 435:feff1ae9d8da |
|---|---|
| 1 if GNOMEAPPLET | 1 if GNOMEAPPLET |
| 2 bin_PROGRAMS = gaim_applet | 2 bin_PROGRAMS = gaim_applet |
| 3 gaim_applet_SOURCES = about.c aim.c away.c browser.c buddy.c buddy_chat.c \ | 3 gaim_applet_SOURCES = about.c aim.c away.c browser.c buddy.c buddy_chat.c \ |
| 4 conversation.c dialogs.c gaimrc.c gnome_applet_mgr.c gtkhtml.c \ | 4 conversation.c dialogs.c gaimrc.c gnome_applet_mgr.c gtkhtml.c \ |
| 5 html.c idle.c network.c oscar.c plugins.c prefs.c proxy.c rvous.c \ | 5 html.c idle.c network.c oscar.c plugins.c prefs.c proxy.c rvous.c \ |
| 6 server.c sound.c toc.c util.c | 6 server.c sound.c toc.c util.c ticker.c gtkticker.c |
| 7 else | 7 else |
| 8 bin_PROGRAMS = gaim | 8 bin_PROGRAMS = gaim |
| 9 gaim_SOURCES = about.c aim.c away.c browser.c buddy.c buddy_chat.c \ | 9 gaim_SOURCES = about.c aim.c away.c browser.c buddy.c buddy_chat.c \ |
| 10 conversation.c dialogs.c gaimrc.c gnome_applet_mgr.c gtkhtml.c \ | 10 conversation.c dialogs.c gaimrc.c gnome_applet_mgr.c gtkhtml.c \ |
| 11 html.c idle.c network.c oscar.c plugins.c prefs.c proxy.c rvous.c \ | 11 html.c idle.c network.c oscar.c plugins.c prefs.c proxy.c rvous.c \ |
| 12 server.c sound.c toc.c util.c | 12 server.c sound.c toc.c util.c ticker.c gtkticker.c |
| 13 endif | 13 endif |
| 14 | 14 |
| 15 CFLAGS += -DLOCALEDIR=\"$(datadir)/locale\" | 15 CFLAGS += -DLOCALEDIR=\"$(datadir)/locale\" |
| 16 | 16 |
| 17 EXTRA_DIST = gaim.h proxy.h gnome_applet_mgr.h gtkhtml.h | 17 EXTRA_DIST = gaim.h proxy.h gnome_applet_mgr.h gtkhtml.h |
