Last change
on this file since 833 was
833,
checked in by Dag-Erling Smørgrav, 6 years ago
|
Use $() instead of @@ in Makefiles.
Don't build OATH man pages if --without-oath.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
381 bytes
|
Line | |
---|
1 | # $Id: Makefile.am 833 2014-10-28 09:03:41Z des $ |
---|
2 | |
---|
3 | if CUSTOM_MODULES_DIR |
---|
4 | moduledir = $(OPENPAM_MODULES_DIR) |
---|
5 | else |
---|
6 | moduledir = $(libdir) |
---|
7 | endif |
---|
8 | AM_CPPFLAGS = -I$(top_srcdir)/include |
---|
9 | |
---|
10 | module_LTLIBRARIES = pam_unix.la |
---|
11 | |
---|
12 | pam_unix_la_SOURCES = pam_unix.c |
---|
13 | pam_unix_la_LDFLAGS = -no-undefined -module -version-info $(LIB_MAJ) \ |
---|
14 | -export-symbols-regex '^pam_sm_' |
---|
15 | pam_unix_la_LIBADD = $(top_builddir)/lib/libpam/libpam.la $(CRYPT_LIBS) |
---|
Note: See
TracBrowser
for help on using the repository browser.