mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 11:10:16 +01:00
15 lines
257 B
Makefile
15 lines
257 B
Makefile
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)
|
|
|