File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ SUBDIRS = . testutils tests
55# DATA_DIR is the directory where to put default CSV files and the DHCPv6
66# server ID file (i.e. the file where the server finds its DUID at startup).
77dhcp_data_dir = @localstatedir@/lib/@PACKAGE@
8- kea_lfc_location = @prefix@/sbin /kea-lfc
8+ kea_lfc_location = @sbindir@ /kea-lfc
99
1010AM_CPPFLAGS = -I$(top_builddir ) /src/lib -I$(top_srcdir ) /src/lib
1111AM_CPPFLAGS += -DDHCP_DATA_DIR="\"$(dhcp_data_dir ) \""
Original file line number Diff line number Diff line change 11SUBDIRS = . testutils tests
22
33AM_CPPFLAGS =
4- AM_CPPFLAGS += -DKEA_ADMIN=\"@prefix@/sbin /kea-admin\"
4+ AM_CPPFLAGS += -DKEA_ADMIN=\"@sbindir@ /kea-admin\"
55AM_CPPFLAGS += -I$(top_srcdir ) /src/lib -I$(top_builddir ) /src/lib
66AM_CPPFLAGS += $(BOOST_INCLUDES ) $(MYSQL_CPPFLAGS )
77
Original file line number Diff line number Diff line change 11SUBDIRS = . testutils tests
22
33AM_CPPFLAGS =
4- AM_CPPFLAGS += -DKEA_ADMIN=\"@prefix@/sbin /kea-admin\"
4+ AM_CPPFLAGS += -DKEA_ADMIN=\"@sbindir@ /kea-admin\"
55AM_CPPFLAGS += -I$(top_srcdir ) /src/lib -I$(top_builddir ) /src/lib
66AM_CPPFLAGS += $(BOOST_INCLUDES ) $(PGSQL_CPPFLAGS )
77
You can’t perform that action at this time.
0 commit comments