2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[#1848] Makefile corrected

This commit is contained in:
Tomek Mrugalski 2021-06-23 18:56:33 +02:00
parent f4b7750a37
commit 4f1b02d11b

View File

@ -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