blob: 772b70b506b3840410ab46b8710ac2d5f3884f99 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- docs/Makefile.in.orig Fri Dec 21 01:40:24 2001
+++ docs/Makefile.in Wed Jan 2 13:50:13 2002
@@ -104,11 +104,13 @@
SUBDIRS = sample.gftp
EXTRA_DIST = USERS-GUIDE gftp.1 gftp.desktop gftp.lsm gftp.png parse-netrc.pl
+.ifdef HAVE_GNOME
Utilitiesdir = $(datadir)/apps/Internet
Utilities_DATA = gftp.desktop
Iconsdir = $(datadir)/pixmaps
Icons_DATA = gftp.png
+.endif
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES =
|