From c182abef1440c81e76265217976a0740687c31e5 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Thu, 17 Jul 2003 23:32:12 +0000 Subject: [PATCH] (AM_CPPFLAGS): Added -I option for adns. --- src/libraries/liboop/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libraries/liboop/Makefile.am b/src/libraries/liboop/Makefile.am index b04b31be1..dbc99a176 100644 --- a/src/libraries/liboop/Makefile.am +++ b/src/libraries/liboop/Makefile.am @@ -7,6 +7,9 @@ # See the file COPYING for details. AUTOMAKE_OPTIONS = foreign 1.2 + +AM_CPPFLAGS = -I$(srcdir)/../adns/src + noinst_LIBRARIES = liboop.a INCLUDES = $(GLIB_INCLUDES) $(TCL_INCLUDES) $(WWW_INCLUDES) -- GitLab