From a2ef576905aecd0fff2e6b6976cb87d91c61cc55 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 8 Feb 2021 07:47:53 +0100 Subject: [PATCH] shared: move "nm-gassert-patch.h" to "nm-glib-aux" --- Makefile.am | 2 +- shared/{ => nm-glib-aux}/nm-gassert-patch.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename shared/{ => nm-glib-aux}/nm-gassert-patch.h (100%) diff --git a/Makefile.am b/Makefile.am index 4ab1544bbd..75d08d08a1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -404,6 +404,7 @@ shared_nm_glib_aux_libnm_glib_aux_la_SOURCES = \ shared/nm-glib-aux/nm-enum-utils.h \ shared/nm-glib-aux/nm-errno.c \ shared/nm-glib-aux/nm-errno.h \ + shared/nm-glib-aux/nm-gassert-patch.h \ shared/nm-glib-aux/nm-glib.h \ shared/nm-glib-aux/nm-hash-utils.c \ shared/nm-glib-aux/nm-hash-utils.h \ @@ -5383,7 +5384,6 @@ EXTRA_DIST += \ \ po/meson.build \ \ - shared/nm-gassert-patch.h \ shared/nm-test-libnm-utils.h \ shared/nm-test-utils-impl.c \ shared/nm-utils/nm-compat.c \ diff --git a/shared/nm-gassert-patch.h b/shared/nm-glib-aux/nm-gassert-patch.h similarity index 100% rename from shared/nm-gassert-patch.h rename to shared/nm-glib-aux/nm-gassert-patch.h