mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-28 01:28:16 +02:00
19 lines
435 B
Makefile
19 lines
435 B
Makefile
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)
|