comparison sounds/Makefile.am @ 78:66c5a24b62ec

[gaim-migrate @ 88] Touch-ups with the install for applet. Rather than all that extra stuff at the end of ./configure, all you need now is --enable-gnome. ./configure will figure out where gnome-config is and use that to determine where things should be installed. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 31 Mar 2000 20:22:12 +0000
parents b1d7336cba85
children 05f01078d133
comparison
equal deleted inserted replaced
77:b06013f863fb 78:66c5a24b62ec
17 17
18 Receive.h: au2h Receive.au 18 Receive.h: au2h Receive.au
19 ./au2h Receive.au Receive.h 19 ./au2h Receive.au Receive.h
20 20
21 if GNOMEAPPLET 21 if GNOMEAPPLET
22 gaimsoundsdir = $(datadir)/sounds/gaim 22 gnomedata = `@GNOME_CONFIG@ --datadir`
23 gaimsoundsdir = $(gnomedata)/sounds/gaim
23 gaimsounds_DATA = $(EXTRA_DIST) 24 gaimsounds_DATA = $(EXTRA_DIST)
24 endif 25 endif