diff options
author | Lubos Lunak <l.lunak@ suse.cz> | 2006-03-16 22:00:57 +0000 |
---|---|---|
committer | Lubos Lunak <l.lunak@ suse.cz> | 2006-03-16 22:00:57 +0000 |
commit | 895d07489d9f99871fab5068edb4f0906d0ae757 (patch) | |
tree | 78b3ab2a4bd9526334ddf399418c3b427aac8446 /lib | |
parent | 2c793b6e2677d555b3f95c28b753f82f293d7400 (diff) |
Fix builddir != srcdir.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 14ac76e..3786177 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,4 +4,4 @@ libdapi_la_SOURCES = comm.c calls.c callbacks.c libdapi_la_LIBADD = libdapi_la_LDFLAGS = $(all_libraries) -no-undefined -INCLUDES = -I$(top_srcdir)/include $(all_includes) +INCLUDES = -I$(top_builddir)/include $(all_includes) |