[gvfs] AFP: don't use AFC_CFLAGS and AFC_LIBS for AFP backend



commit 2a805752480f35aa9ef3887b93d096733b2e7f0c
Author: Carl-Anton Ingmarsson <ca ingmarsson gmail com>
Date:   Wed May 25 01:41:13 2011 +0200

    AFP: don't use  AFC_CFLAGS and AFC_LIBS for AFP backend

 daemon/Makefile.am |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 787b39b..269a458 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -481,12 +481,9 @@ gvfsd_afp_CPPFLAGS = \
 	-DBACKEND_HEADER=gvfsbackendafp.h \
 	-DDEFAULT_BACKEND_TYPE=afp \
 	-DMAX_JOB_THREADS=1 \
-	$(AFC_CFLAGS) \
 	-DBACKEND_TYPES='"afp", G_VFS_TYPE_BACKEND_AFP,'
 
-gvfsd_afp_LDADD = \
-	$(libraries) \
-	$(AFC_LIBS)
+gvfsd_afp_LDADD = $(libraries)
 
 # GSettings stuff
 gsettings_ENUM_NAMESPACE = org.gnome.system.gvfs



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]