diff src/Makefile.am @ 31:61e94e1bd4c8

[gaim-migrate @ 40] More installation differences between app/applet committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 24 Mar 2000 23:03:28 +0000
parents 2846a03bda67
children 9b6127c08bcf
line wrap: on
line diff
--- a/src/Makefile.am	Fri Mar 24 22:47:06 2000 +0000
+++ b/src/Makefile.am	Fri Mar 24 23:03:28 2000 +0000
@@ -1,9 +1,17 @@
-bin_PROGRAMS = gaim
-
-gaim_SOURCES = about.c aim.c away.c buddy.c buddy_chat.c conversation.c \
+if GNOMEAPPLET
+bin_PROGRAMS = gaim_applet
+gaim_applet_SOURCES = about.c aim.c away.c buddy.c buddy_chat.c conversation.c \
 	dialogs.c html.c prefs.c proxy.c toc.c sound.c gaim.h \
 	gnome_applet_mgr.c plugins.c network.c server.c \
         browser.c util.c oscar.c gtkhtml.c idle.c gaimrc.c
+else
+bin_PROGRAMS = gaim
+gaim_SOURCES = about.c aim.c away.c buddy.c buddy_chat.c conversation.c \
+	dialogs.c html.c prefs.c proxy.c toc.c sound.c gaim.h \
+	plugins.c network.c server.c browser.c util.c oscar.c gtkhtml.c \
+	idle.c gaimrc.c
+endif
+
 
 
 CFLAGS += $(GAIM_CFLAGS)