X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils%2Fmount%2FMakefile.in;h=50eafa6006a48a4e6ca8515f71dd3c2d61b2ce91;hb=refs%2Ftags%2Fdebian%2F1%251.1.1_git-20070929-1;hp=244a7873ade5f9782572f2cb60ede97025fb710c;hpb=e58b7c47acdae5d65a54e4c44480204fba8c93a7;p=nfs-utils.git diff --git a/utils/mount/Makefile.in b/utils/mount/Makefile.in index 244a787..50eafa6 100644 --- a/utils/mount/Makefile.in +++ b/utils/mount/Makefile.in @@ -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 $@ $<; \