summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2008-03-04 14:20:55 +0000
committerAlexander Larsson <alexl@src.gnome.org>2008-03-04 14:20:55 +0000
commit26d0e484b0e81895e06e23adb2b0a1db64861db8 (patch)
treed4368f3113a71871bb2df2b2bf8ae3c22c15301c
parent81475a90805f633adff0f335cb9dd3a638c9c5a1 (diff)
downloadgvfs-GVFS_0_1_9.tar.gz
Use correct case for ParseFTPList.hGVFS_0_1_9
2008-03-04 Alexander Larsson <alexl@redhat.com> * daemon/Makefile.am (gvfsd_ftp_SOURCES): Use correct case for ParseFTPList.h svn path=/trunk/; revision=1530
-rw-r--r--ChangeLog5
-rw-r--r--daemon/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0af11c9a..0a6e9d49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-03-04 Alexander Larsson <alexl@redhat.com>
+ * daemon/Makefile.am (gvfsd_ftp_SOURCES):
+ Use correct case for ParseFTPList.h
+
+2008-03-04 Alexander Larsson <alexl@redhat.com>
+
* client/gdaemonvfs.c:
(_g_daemon_vfs_get_uri_for_mountspec):
Fix crash with NULL host (like "ftp://")
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 65ea7823..f901e4c5 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -215,7 +215,7 @@ gvfsd_obexftp_LDADD = $(OBEXFTP_LIBS) $(XML_LIBS) $(libraries)
gvfsd_ftp_SOURCES = \
gvfsbackendftp.c gvfsbackendftp.h \
- ParseFTPList.c ParseFtpList.h \
+ ParseFTPList.c ParseFTPList.h \
daemon-main.c daemon-main.h \
daemon-main-generic.c