blob: 77386c4d30d5077eaed3701a06dd410702cabb7c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- Makefile.in.orig Fri Nov 2 05:31:32 2001
+++ Makefile.in Fri Nov 2 05:33:10 2001
@@ -171,8 +171,8 @@
@DISTRIB_FALSE@@GNOMEAPPLET_TRUE@gaimdesktopdir = $(gnomedata)/applets/Network
@DISTRIB_FALSE@@GNOMEAPPLET_TRUE@gaimdesktop_DATA = $(gaim_DESKTOP)
-pixmapdir = $(datadir)/apps/Internet
-pixmap_DATA = gaim.desktop
+@GNOMEAPPLET_TRUE@pixmapdir = $(datadir)/apps/Internet
+@GNOMEAPPLET_TRUE@pixmap_DATA = gaim.desktop
SUBDIRS = m4 sounds plugins pixmaps doc po intl src
ACLOCAL_AMFLAGS = -I m4
|