summaryrefslogtreecommitdiff
path: root/src/logging/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/logging/Makefile.am')
-rw-r--r--src/logging/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/logging/Makefile.am b/src/logging/Makefile.am
deleted file mode 100644
index e8fe60ee7..000000000
--- a/src/logging/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-noinst_LTLIBRARIES = libnm-logging.la
-
-libnm_logging_la_SOURCES = \
- nm-logging.c \
- nm-logging.h
-
-libnm_logging_la_CPPFLAGS = \
- $(GLIB_CFLAGS) \
- -DLIBEXECDIR=\"$(libexecdir)\"
-
-libnm_logging_la_LIBADD = \
- -ldl \
- $(GLIB_LIBS)
-