about summary refs log tree commit diff
path: root/src/logging/Makefile.am
blob: 51a6b25dc05de4f7256242828d1cc04c8a28e412 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
noinst_LTLIBRARIES = libnm-logging.la

libnm_logging_la_SOURCES = \
	nm-logging.c \
	nm-logging.h

libnm_logging_la_CPPFLAGS = \
	$(GLIB_CFLAGS) \
	-DLIBEXECDIR=\"$(libexecdir)\" \
	-DG_DISABLE_DEPRECATED

libnm_logging_la_LIBADD = \
	-ldl \
	$(GLIB_LIBS)