summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-05-28 17:55:28 +0200
committerThomas Haller <thaller@redhat.com>2019-05-29 09:31:03 +0200
commit15d87f2da0e6ac9960e609d5f2a5fbcfe775b967 (patch)
tree291aa028c6d74886ede9da8388f10307cefe6e6b /Makefile.am
parent1ae5e6465fd04c17c2d5845f33285b941aab0e1a (diff)
downloadNetworkManager-15d87f2da0e6ac9960e609d5f2a5fbcfe775b967.tar.gz
ifcfg-rh: drop unused "nm-inotify-helper.h"
This code is now unused. Also, it does not seem state of the art to me anymore. Drop it, it could always be resurrected if need by, but maybe GFileMonitor could be used instead.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 01b7f9174e..5ac5fc0086 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2839,14 +2839,13 @@ src_settings_plugins_ifcfg_rh_libnms_ifcfg_rh_core_la_SOURCES = \
src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-common.h \
src/settings/plugins/ifcfg-rh/shvar.c \
src/settings/plugins/ifcfg-rh/shvar.h \
- src/settings/plugins/ifcfg-rh/nm-inotify-helper.c \
- src/settings/plugins/ifcfg-rh/nm-inotify-helper.h \
src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-utils.c \
src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-utils.h \
src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c \
src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.h \
src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-writer.c \
- src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-writer.h
+ src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-writer.h \
+ $(NULL)
src_settings_plugins_ifcfg_rh_libnms_ifcfg_rh_core_la_CPPFLAGS = $(src_cppflags_base)