about summary refs log tree commit diff
path: root/src/ip6-manager/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/ip6-manager/Makefile.am')
-rw-r--r--src/ip6-manager/Makefile.am27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/ip6-manager/Makefile.am b/src/ip6-manager/Makefile.am
deleted file mode 100644
index 25f57497..00000000
--- a/src/ip6-manager/Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
-noinst_LTLIBRARIES = libip6-manager.la
-
-libip6_manager_la_CPPFLAGS = \
-	-I${top_srcdir} \
-	-I${top_builddir}/include \
-	-I${top_srcdir}/include \
-	-I${top_builddir}/libnm-util \
-	-I${top_srcdir}/libnm-util \
-	-I${top_builddir}/src/generated \
-	-I${top_srcdir}/src/generated \
-	-I${top_srcdir}/src/logging \
-	-I${top_srcdir}/src \
-	$(LIBNL_CFLAGS) \
-	$(DBUS_CFLAGS) \
-	$(GLIB_CFLAGS)
-
-libip6_manager_la_SOURCES = \
-	nm-ip6-manager.c \
-	nm-ip6-manager.h
-
-libip6_manager_la_LIBADD = \
-	$(top_builddir)/src/generated/libnm-generated.la \
-	$(top_builddir)/src/logging/libnm-logging.la \
-	$(LIBNL_LIBS) \
-	$(DBUS_LIBS) \
-	$(GLIB_LIBS)
-