Changeset 834 in openpam for trunk/bin/oathkey/Makefile.am
- Timestamp:
- Oct 28, 2014, 10:25:58 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/oathkey/Makefile.am
r780 r834 5 5 bin_PROGRAMS = oathkey 6 6 oathkey_SOURCES = oathkey.c 7 oathkey_LDADD = $(top_builddir)/lib/liboath/liboath.la $(top_builddir)/lib/libpam/libpam.la 7 oathkey_LDADD = 8 if WITH_SYSTEM_LIBOATH 9 oathkey_LDADD += $(SYSTEM_LIBOATH) 10 else 11 oathkey_LDADD += $(top_builddir)/lib/liboath/liboath.la 12 endif 13 if WITH_SYSTEM_LIBPAM 14 oathkey_LDADD += $(SYSTEM_LIBPAM) 15 else 16 oathkey_LDADD += $(top_builddir)/lib/libpam/libpam.la 17 endif 8 18 9 19 dist_man1_MANS = oathkey.1
Note: See TracChangeset
for help on using the changeset viewer.