diff options
| author | Michael Biebl <biebl@debian.org> | 2018-06-17 14:54:57 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-06-17 14:54:57 +0200 |
| commit | 9d9b149b81f5ea5fe53ac383fda9cf3afb96b30f (patch) | |
| tree | a47c80e4d962d3f2202dbab41e2744c921fb8567 /Makefile.am | |
| parent | 03218e6d85e6654bd942b7531ba48b9d9535d55f (diff) | |
| parent | 069cb5c3a525ebcc19cc2927964258acaca87b13 (diff) | |
Update upstream source from tag 'upstream/1.11.90'
Update to upstream version '1.11.90' with Debian dir 13153fad72263d24704dca73c994fe8f7bfd3a28
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 79b04628..7eef51d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,7 @@ noinst_DATA = sbin_PROGRAMS = bin_PROGRAMS = libexec_PROGRAMS = +dist_libexec_SCRIPTS = lib_LTLIBRARIES = plugin_LTLIBRARIES = core_plugins = @@ -127,6 +128,7 @@ check_so_symbols = \ DISTCHECK_CONFIGURE_FLAGS = \ --enable-tests=yes \ --with-valgrind=no \ + --with-libnm-glib=yes \ --enable-gtk-doc \ --enable-more-warnings=error \ --with-udev-dir=$$dc_install_base/lib/udev \ @@ -1302,6 +1304,7 @@ src_libsystemd_nm_la_SOURCES = \ src/systemd/sd-adapt/cgroup-util.h \ src/systemd/sd-adapt/condition.h \ src/systemd/sd-adapt/conf-parser.h \ + src/systemd/sd-adapt/copy.h \ src/systemd/sd-adapt/def.h \ src/systemd/sd-adapt/device-nodes.h \ src/systemd/sd-adapt/dirent-util.h \ @@ -2201,6 +2204,10 @@ src_settings_plugins_ifcfg_rh_tests_test_ifcfg_rh_LDADD = \ $(src_settings_plugins_ifcfg_rh_tests_test_ifcfg_rh_OBJECTS): $(libnm_core_lib_h_pub_mkenums) +dist_libexec_SCRIPTS += \ + src/settings/plugins/ifcfg-rh/nm-ifup \ + src/settings/plugins/ifcfg-rh/nm-ifdown + endif EXTRA_DIST += \ |