~ubuntu-branches/ubuntu/lucid/nfs-utils/lucid

« back to all changes in this revision

Viewing changes to utils/gssd/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-06-06 01:19:54 UTC
  • mto: (12.1.24 karmic)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20090606011954-ojnwbumhfwgivicw
Tags: upstream-1.2.0
ImportĀ upstreamĀ versionĀ 1.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        write_bytes.h
40
40
 
41
41
gssd_LDADD =    ../../support/nfs/libnfs.a \
42
 
                $(RPCSECGSS_LIBS) $(KRBLIBS)
 
42
                $(RPCSECGSS_LIBS) $(GSSGLUE_LIBS) $(KRBLIBS)
43
43
gssd_LDFLAGS = $(KRBLDFLAGS)
44
44
 
45
45
gssd_CFLAGS = $(AM_CFLAGS) $(CFLAGS) \
46
 
              $(RPCSECGSS_CFLAGS) $(KRBCFLAGS)
 
46
              $(RPCSECGSS_CFLAGS) $(GSSGLUE_CFLAGS) $(KRBCFLAGS)
47
47
 
48
48
svcgssd_SOURCES = \
49
49
        $(COMMON_SRCS) \
56
56
 
57
57
svcgssd_LDADD = \
58
58
        ../../support/nfs/libnfs.a \
59
 
        $(RPCSECGSS_LIBS) -lnfsidmap \
 
59
        $(RPCSECGSS_LIBS) $(GSSGLUE_LIBS) -lnfsidmap \
60
60
        $(KRBLIBS)
61
61
 
62
62
svcgssd_LDFLAGS = $(KRBLDFLAGS)
63
63
 
64
64
svcgssd_CFLAGS = $(AM_CFLAGS) $(CFLAGS) \
65
 
                 $(RPCSECGSS_CFLAGS) $(KRBCFLAGS)
 
65
                 $(RPCSECGSS_CFLAGS) $(GSSGLUE_CFLAGS) $(KRBCFLAGS)
66
66
 
67
67
gss_clnt_send_err_SOURCES = gss_clnt_send_err.c
68
68
 
69
69
gss_clnt_send_err_CFLAGS = $(AM_CFLAGS) $(CFLAGS) \
70
 
                 $(RPCSECGSS_CFLAGS) $(KRBCFLAGS)
 
70
                 $(RPCSECGSS_CFLAGS) $(GSSGLUE_CFLAGS) $(KRBCFLAGS)
71
71
 
72
72
MAINTAINERCLEANFILES = Makefile.in
73
73