diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-06-17 15:20:58 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-06-17 15:20:58 +0200 |
commit | 279076ecea18a9ec8e97e008da2873253b771702 (patch) | |
tree | 4edc8f3ea5409bf42e181036924bab6cb983fe7b /nss/Makefile.am | |
parent | e84988299301c3db3c247af5ae112c0788956535 (diff) |
support building outside the source directory
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@289 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nss/Makefile.am')
-rw-r--r-- | nss/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nss/Makefile.am b/nss/Makefile.am index ad0d30a..5cd9bd5 100644 --- a/nss/Makefile.am +++ b/nss/Makefile.am @@ -20,6 +20,8 @@ # 02110-1301 USA noinst_PROGRAMS = nss_ldap.so + +AM_CPPFLAGS=-I$(top_srcdir) AM_CFLAGS = -fPIC # determin version numbers to use in installed files |