diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 45f86bf..96581b0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,8 +25,10 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +if OPENBSD_HOST AM_CPPFLAGS = -I/var/local/include -I/usr/local/include AM_LDFLAGS = -L./.libs -L/var/local/lib -L/usr/local/lib +endif # 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 \ |
