summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-10-11 12:12:25 +0200
committerThomas Haller <thaller@redhat.com>2016-10-11 12:12:25 +0200
commit97d3b07753c7e5fc884d4a0240d8d335891e9a76 (patch)
tree712cb4e01ba14c6e08995ae2b2a6b415106c9e1a
parent6ee7f429aa34c9379cd8583dd645bdec06a10064 (diff)
downloadNetworkManager-97d3b07753c7e5fc884d4a0240d8d335891e9a76.tar.gz
ifcfg-rh/build: fix build error due to line-break in Makefile.am
Fixes: dd4ce10c927b87d8e174b2953818aea40db7694b
-rw-r--r--src/settings/plugins/ifcfg-rh/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/plugins/ifcfg-rh/Makefile.am b/src/settings/plugins/ifcfg-rh/Makefile.am
index 44acd7f041..63c117ea20 100644
--- a/src/settings/plugins/ifcfg-rh/Makefile.am
+++ b/src/settings/plugins/ifcfg-rh/Makefile.am
@@ -63,7 +63,7 @@ libnms_ifcfg_rh_core_la_SOURCES = \
###############################################################################
-libnm_settings_plugin_ifcfg_rh_la_SOURCES =
+libnm_settings_plugin_ifcfg_rh_la_SOURCES = \
nms-ifcfg-rh-connection.c \
nms-ifcfg-rh-connection.h \
nms-ifcfg-rh-plugin.c \