diff options
| author | Sumit Bose <sbose@redhat.com> | 2011-06-15 10:51:37 +0200 |
|---|---|---|
| committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-06-15 15:56:12 -0400 |
| commit | c355f8df3eabf3c59af3a506fbffb8b0e4ff9fb7 (patch) | |
| tree | d27554561e1b215a2b8b584adcecb66160204652 /Makefile.am | |
| parent | 9873e54960fcbd65fd2f6c7d3404f8a1256ae759 (diff) | |
| download | sssd-c355f8df3eabf3c59af3a506fbffb8b0e4ff9fb7.tar.gz sssd-c355f8df3eabf3c59af3a506fbffb8b0e4ff9fb7.tar.xz sssd-c355f8df3eabf3c59af3a506fbffb8b0e4ff9fb7.zip | |
Add missing libsss_util to proxy provider
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8bde56bdb..b8423bab3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -806,6 +806,7 @@ libsss_proxy_la_SOURCES = \ libsss_proxy_la_CFLAGS = \ $(AM_CFLAGS) libsss_proxy_la_LIBADD = \ + libsss_util.la \ $(PAM_LIBS) libsss_proxy_la_LDFLAGS = \ -avoid-version \ |
