about summary refs log tree commit diff
path: root/src/dnsmasq-manager/Makefile.am
blob: 66bbdd83f85a895383d1f882171205b23b60c2c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
INCLUDES = \
	-I${top_srcdir}/libnm-util \
	-I${top_srcdir}/src/logging \
	-I${top_srcdir}/src \
	-I${top_srcdir}/include

noinst_LTLIBRARIES = libdnsmasq-manager.la

libdnsmasq_manager_la_SOURCES = \
	nm-dnsmasq-manager.h \
	nm-dnsmasq-manager.c

libdnsmasq_manager_la_CPPFLAGS = \
	$(GLIB_CFLAGS) \
	-DLOCALSTATEDIR=\"$(localstatedir)\"

libdnsmasq_manager_la_LIBADD = \
	$(top_builddir)/src/logging/libnm-logging.la \
	$(GLIB_LIBS)