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 | |
| parent | a56daaabb1b8e7f978d5d825607d2122a813a902 (diff) | |
Update build.
| -rw-r--r-- | configure.ac | 4 | ||||
| -rw-r--r-- | src/Makefile.am | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1f54d7b..e41af9c 100644 --- a/configure.ac +++ b/configure.ac @@ -14,8 +14,8 @@ AM_INIT_AUTOMAKE([1.9 foreign]) # Checks for programs. AC_CANONICAL_BUILD AC_CANONICAL_HOST -AC_PROG_CC([egcc gcc cc cl]) -AC_PROG_CXX([eg++ g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC]) +AC_PROG_CC +AC_PROG_CXX AC_PROG_LIBTOOL AC_PROG_INSTALL AC_PROG_RANLIB 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 |
