changeset 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 40b5e0ba1214
children 3d5723330ff4
files configure.in pixmaps/Makefile.am src/Makefile.am src/gnome_applet_mgr.h
diffstat 4 files changed, 19 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Fri Mar 24 22:47:06 2000 +0000
+++ b/configure.in	Fri Mar 24 23:03:28 2000 +0000
@@ -31,7 +31,7 @@
 
 AC_ARG_ENABLE(debug, [  --enable-debug          compile with debugging support],enable_debug=yes,)
 AC_ARG_ENABLE(gnome, [  --enable-gnome          compile as a GNOME applet],enable_gnome=yes,)
-AM_CONDITIONAL(APPLET, test x$enable_gnome = xyes)
+AM_CONDITIONAL(GNOMEAPPLET, test x$enable_gnome = xyes)
 AC_ARG_ENABLE(esd,   [  --disable-esd           Turn off ESD (default=auto)],enable_esd=no,enable_esd=yes)
 AC_ARG_ENABLE(oscar, [  --enable-oscar          Enable Oscar support (experimental)],enable_oscar=yes,)
 AC_ARG_ENABLE(nas,   [  --enable-nas            Enable NAS (Network Audio System) support],enable_nas=yes,)
--- a/pixmaps/Makefile.am	Fri Mar 24 22:47:06 2000 +0000
+++ b/pixmaps/Makefile.am	Fri Mar 24 23:03:28 2000 +0000
@@ -10,14 +10,12 @@
         online.xpm signing_on.xpm msg_pending.xpm \
         away.xpm away_icon.xpm underline.xpm \
         peng_smile.xpm peng_frown.xpm peng_wink.xpm \
-	strike.xpm \
-	gnome/devil-connect.png gnome/devil-offline.png \
-	gnome/devil-online.png gnome/penguin-connect.png \
-	gnome/penguin-offline.png gnome/penguin-online.png
+	strike.xpm \ devil-connect.png devil-offline.png \
+	devil-online.png penguin-connect.png \
+	penguin-offline.png penguin-online.png
 	
-if APPLET
-gaim_PIXMAP = aimicon.xpm gnome/penguin-connect.png \
-	gnome/penguin-offline.png gnome/penguin-online.png
+if GNOMEAPPLET
 gaimpixmapdir = $(datadir)/pixmaps/gaim
-gaimpixmap_DATA = $(gaim_PIXMAP)
+gaimpixmap_DATA = aimicon.xpm penguin-connect.png \
+	penguin-offline.png penguin-online.png
 endif
--- 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)
--- a/src/gnome_applet_mgr.h	Fri Mar 24 22:47:06 2000 +0000
+++ b/src/gnome_applet_mgr.h	Fri Mar 24 23:03:28 2000 +0000
@@ -54,7 +54,7 @@
 #define _MSG_ONLINE_ "Online"
 #define _MSG_FONT_ "-adobe-helvetica-medium-r-normal-*-*-80-*-*-p-*-iso8859-1"
 
-#define GAIM_GNOME_PIXMAP_DIR "/usr/share/pixmaps/gaim/gnome/"
+#define GAIM_GNOME_PIXMAP_DIR "/usr/share/pixmaps/gaim/"
 
 /*this should be configurable instead of hard coded.*/
 #if 0