diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-06-17 13:20:58 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-06-17 13:20:58 +0000 |
commit | 279076ecea18a9ec8e97e008da2873253b771702 (patch) | |
tree | 4edc8f3ea5409bf42e181036924bab6cb983fe7b /nslcd | |
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 'nslcd')
-rw-r--r-- | nslcd/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nslcd/Makefile.am b/nslcd/Makefile.am index 1778ba6..a571986 100644 --- a/nslcd/Makefile.am +++ b/nslcd/Makefile.am @@ -19,6 +19,8 @@ # 02110-1301 USA sbin_PROGRAMS = nslcd + +AM_CPPFLAGS=-I$(top_srcdir) AM_CFLAGS = $(PTHREAD_CFLAGS) nslcd_SOURCES = nslcd.c ../nslcd.h ../nslcd-common.h \ |