]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mount/Makefile.in
Merge branch 'upstream'
[nfs-utils.git] / utils / mount / Makefile.in
index 244a7873ade5f9782572f2cb60ede97025fb710c..50eafa6006a48a4e6ca8515f71dd3c2d61b2ce91 100644 (file)
@@ -56,8 +56,9 @@ am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man5dir)" \
 sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 PROGRAMS = $(sbin_PROGRAMS)
 am_mount_nfs_OBJECTS = mount.$(OBJEXT) error.$(OBJEXT) \
-       network.$(OBJEXT) fstab.$(OBJEXT) nfsmount.$(OBJEXT) \
-       nfs4mount.$(OBJEXT) nfsumount.$(OBJEXT)
+       network.$(OBJEXT) fstab.$(OBJEXT) token.$(OBJEXT) \
+       parse_opt.$(OBJEXT) nfsmount.$(OBJEXT) nfs4mount.$(OBJEXT) \
+       stropts.$(OBJEXT) nfsumount.$(OBJEXT)
 mount_nfs_OBJECTS = $(am_mount_nfs_OBJECTS)
 mount_nfs_DEPENDENCIES = ../../support/nfs/libnfs.a \
        ../../support/export/libexport.a
@@ -127,9 +128,9 @@ EXEEXT = @EXEEXT@
 F77 = @F77@
 FFLAGS = @FFLAGS@
 GREP = @GREP@
-GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
-GSSAPI_LIBS = @GSSAPI_LIBS@
 GSSD = @GSSD@
+GSSGLUE_CFLAGS = @GSSGLUE_CFLAGS@
+GSSGLUE_LIBS = @GSSGLUE_LIBS@
 HAVE_LIBWRAP = @HAVE_LIBWRAP@
 HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@
 IDMAPD = @IDMAPD@
@@ -241,11 +242,11 @@ target_alias = @target_alias@
 man8_MANS = mount.nfs.man umount.nfs.man
 man5_MANS = nfs.man
 EXTRA_DIST = nfsmount.x $(man8_MANS) $(man5_MANS)
-mount_nfs_SOURCES = mount.c error.c network.c fstab.c \
-                   nfsmount.c nfs4mount.c \
+mount_nfs_SOURCES = mount.c error.c network.c fstab.c token.c parse_opt.c \
+                   nfsmount.c nfs4mount.c stropts.c\
                    nfsumount.c \
-                   mount_constants.h error.h network.h fstab.h \
-                   nfs4_mount.h nfs_mount4.h
+                   mount_constants.h error.h network.h fstab.h token.h parse_opt.h \
+                   nfs4_mount.h nfs_mount4.h stropts.h
 
 mount_nfs_LDADD = ../../support/nfs/libnfs.a \
                  ../../support/export/libexport.a
@@ -329,6 +330,9 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfs4mount.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfsmount.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfsumount.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse_opt.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stropts.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/token.Po@am__quote@
 
 .c.o:
 @am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \