From 4f1b02d11b51c4e554663027dd3b2d12307799ad Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Wed, 23 Jun 2021 18:56:33 +0200 Subject: [PATCH] [#1848] Makefile corrected --- src/hooks/dhcp/pgsql_cb/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/hooks/dhcp/pgsql_cb/Makefile.am b/src/hooks/dhcp/pgsql_cb/Makefile.am index f141ae13bd..d78df2b5dc 100644 --- a/src/hooks/dhcp/pgsql_cb/Makefile.am +++ b/src/hooks/dhcp/pgsql_cb/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = . tests AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib -AM_CPPFLAGS += $(BOOST_INCLUDES) $(pgsql_CPPFLAGS) +AM_CPPFLAGS += $(BOOST_INCLUDES) $(PGSQL_CPPFLAGS) AM_CXXFLAGS = $(KEA_CXXFLAGS) # Ensure that the message file is included in the distribution @@ -85,4 +85,3 @@ messages pgsql_cb_messages.h pgsql_cb_messages.cc: @echo Messages generation disabled. Configure with --enable-generate-messages to enable it. endif -