diff options
| author | msheby <msheby@cinecert.com> | 2008-05-15 20:45:12 +0000 |
|---|---|---|
| committer | msheby <> | 2008-05-15 20:45:12 +0000 |
| commit | 71e5dbde64e9186cfd5de462553485612218d6fc (patch) | |
| tree | 3cbdfbea2075e085695747d3765c84f0b059e02c /src | |
| parent | a56daaabb1b8e7f978d5d825607d2122a813a902 (diff) | |
Update build.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8f1ac18..8b6365f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,8 @@ ## Makefile.am -- Process this file with automake to produce Makefile.in +AM_CPPFLAGS = -I/var/local/include -I/usr/local/include +AM_LDFLAGS = -L/var/local/lib -L/usr/local/lib + # list of all the header files that should be installed include_HEADERS = KM_error.h KM_fileio.h KM_log.h KM_memio.h KM_mutex.h \ KM_platform.h KM_prng.h KM_util.h KM_xml.h AS_DCP.h |
