summary refs log tree commit diff
path: root/examples/C/qt/Makefile.am
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2017-01-17 20:25:09 +0100
committerMichael Biebl <biebl@debian.org>2017-01-17 20:25:09 +0100
commit58f8be580039b0575b197b9573a1c92745d96d30 (patch)
tree2c226233f623a0dcb529be0eb8cdf97e4a2ae0c0 /examples/C/qt/Makefile.am
parent45cb5bb3c0e6edb887cf69b417fcaf7053814a9b (diff)
New upstream version 1.5.90 upstream/1.5.90
Diffstat (limited to 'examples/C/qt/Makefile.am')
-rw-r--r--examples/C/qt/Makefile.am46
1 files changed, 0 insertions, 46 deletions
diff --git a/examples/C/qt/Makefile.am b/examples/C/qt/Makefile.am
deleted file mode 100644
index aff4c48e..00000000
--- a/examples/C/qt/Makefile.am
+++ /dev/null
@@ -1,46 +0,0 @@
-AM_CPPFLAGS = \
-	-I${top_srcdir}/libnm-core \
-	-I${top_builddir}/libnm-core \
-	$(DBUS_CFLAGS) \
-	$(QT_CFLAGS)
-
-noinst_PROGRAMS = \
-	add-connection-wired \
-	list-connections \
-	change-ipv4-addresses \
-	monitor-nm-running
-
-add_connection_wired_SOURCES = add-connection-wired.cpp
-add_connection_wired_LDADD = \
-	$(DBUS_LIBS) \
-	$(QT_LIBS)
-
-list_connections_SOURCES = list-connections.cpp
-list_connections_LDADD = \
-	$(DBUS_LIBS) \
-	$(QT_LIBS)
-
-change_ipv4_addresses_SOURCES = change-ipv4-addresses.cpp
-change_ipv4_addresses_LDADD = \
-	$(DBUS_LIBS) \
-	$(QT_LIBS)
-
-monitor_nm_running_SOURCES = monitor-nm-running.cpp
-monitor_nm_running_LDADD = \
-	$(DBUS_LIBS) \
-	$(QT_LIBS)
-
-monitor-nm-running.moc: monitor-nm-running.cpp
-	$(AM_V_GEN) $(MOC) -i $< -o $@
-
-BUILT_SOURCES = \
-	monitor-nm-running.moc
-
-EXTRA_DIST = \
-	add-connection-wired.cpp \
-	list-connections.cpp \
-	change-ipv4-addresses.cpp \
-	monitor-nm-running.cpp
-
-CLEANFILES = $(BUILT_SOURCES)
-