summary refs log tree commit diff
path: root/examples/C/qt/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'examples/C/qt/Makefile.am')
-rw-r--r--examples/C/qt/Makefile.am11
1 files changed, 9 insertions, 2 deletions
diff --git a/examples/C/qt/Makefile.am b/examples/C/qt/Makefile.am
index e1e17b38..5f0c6a1e 100644
--- a/examples/C/qt/Makefile.am
+++ b/examples/C/qt/Makefile.am
@@ -6,7 +6,8 @@ AM_CPPFLAGS = \
 
 noinst_PROGRAMS = \
 	add-connection-wired \
-	list-connections
+	list-connections \
+	change-ipv4-addresses
 
 add_connection_wired_SOURCES = add-connection-wired.cpp
 add_connection_wired_LDADD = \
@@ -18,7 +19,13 @@ list_connections_LDADD = \
 	$(DBUS_LIBS) \
 	$(QT_LIBS)
 
+change_ipv4_addresses_SOURCES = change-ipv4-addresses.cpp
+change_ipv4_addresses_LDADD = \
+	$(DBUS_LIBS) \
+	$(QT_LIBS)
+
 EXTRA_DIST = \
 	add-connection-wired.cpp \
-	list-connections.cpp
+	list-connections.cpp \
+	change-ipv4-addresses.cpp