view Makefile.am @ 1853:c5b895edf254

[gaim-migrate @ 1863] (15:19:45) faceprint: warmenhoven: need to change the one instance of "vCard" to "VCARD" in plugins/jabber/jabber.c, do you really want a patch for it? (15:20:01) warmenhoven: haha, no, i think i can manage without one. (15:20:17) faceprint: good (15:20:32) faceprint: i was going to find some way to have someone hit you otherwise ;-) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 16 May 2001 22:21:22 +0000
parents e8e190793fe3
children 424a40f12a6c
line wrap: on
line source


EXTRA_DIST = gaim.spec.in gaim_applet.gnorba gaim.desktop gaim_applet.desktop \
	README.plugins HACKING STATUS gaim2blt.pl

if GNOMEAPPLET

gnomesysconf = `@GNOME_CONFIG@ --sysconfdir`
gnomedata    = `@GNOME_CONFIG@ --datadir`

gaim_GNORBA = gaim_applet.gnorba
gaimgnorbadir  = $(gnomesysconf)/CORBA/servers
gaimgnorba_DATA = $(gaim_GNORBA)

gaim_DESKTOP = gaim_applet.desktop
gaimdesktopdir = $(gnomedata)/applets/Network
gaimdesktop_DATA = $(gaim_DESKTOP)

# We dont need this no more :) I got good english =)
#gaim_SOUND = gaim.soundlist
#gaimsounddir = $(gnomesysconf)/sound/events
#gaimsound_DATA = $(gaim_SOUND)

endif

if DISTRIB

distribgnorbadir = $(sysconfdir)/CORBA/servers
distribgnorba_DATA = gaim_applet.gnorba

distribdesktopdir = $(datadir)/applets/Network
distribdesktop_DATA = gaim_applet.desktop

#Get outta here
#distribsounddir = $(sysconfdir)/sound/events
#distribsound_DATA = gaim.soundlist

endif

# we used to have gnome-configurable sound events, but now we can configure them
# ourselves. isn't that lovely
#
#if GNOMEBITS
#
#bitssysconf = `@GNOME_CONFIG@ --sysconfdir`
#bitssounddir = $(bitssysconf)/sound/events
#bitssound_DATA = gaim.soundlist
#
#endif

pixmapdir = $(datadir)/gnome/apps/Internet
pixmap_DATA = gaim.desktop

SUBDIRS = m4 libfaim sounds plugins pixmaps doc po intl src
ACLOCAL_AMFLAGS = -I m4