~ubuntu-branches/ubuntu/wily/libpam-mount/wily

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-04-02 10:29:31 UTC
  • Revision ID: package-import@ubuntu.com-20130402102931-5570braxgfttvrfm
Tags: 2.14~zgit2+aa0d624e-2ubuntu1
Fix link failure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
# mount helpers
72
72
#
73
73
mount_crypt_SOURCES     = mtcrypt.c spawn.c
74
 
mount_crypt_LDADD       = libcryptmount.la libpmt_mtab.la ${libHX_LIBS}
 
74
mount_crypt_LDADD       = libcryptmount.la libpmt_mtab.la ${libHX_LIBS} ${libcrypto_LIBS}
75
75
 
76
76
pmt_ehd_SOURCES         = ehd.c bdev.c misc.c spawn.c
77
77
pmt_ehd_LDADD           = libcryptmount.la ${libHX_LIBS} ${libcryptsetup_LIBS}