NetworkManager/config-extra.h.meson
Beniamino Galvani 4fd6623161 build: move paths of dhcp clients from config-extra.h to config.h
Some path variable like $(bindir), $(datadir), etc. are special for
autotools and must be handled separately through config-extra.h.

But dhcp path variables are just normal variables defined through
the configure script and should go into config.h.

(cherry picked from commit 087c367d62)
2018-09-13 14:35:15 +02:00

19 lines
433 B
Plaintext

#mesondefine BINDIR
#mesondefine DATADIR
#mesondefine LIBEXECDIR
#mesondefine LOCALSTATEDIR
#mesondefine NMCONFDIR
#mesondefine NMLIBDIR
#mesondefine NMLOCALEDIR
#mesondefine NMPLUGINDIR
#mesondefine NMRUNDIR
#mesondefine NMSTATEDIR
#mesondefine NMVPNDIR
#mesondefine NM_BUILD_BUILDDIR
#mesondefine NM_BUILD_SRCDIR
#mesondefine PPPD_PLUGIN_DIR
#mesondefine PREFIX
#mesondefine RUNDIR
#mesondefine RUNSTATEDIR
#mesondefine SYSCONFDIR