mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-04 22:18:13 +02:00
cli: remove unused libraries from the makefile
Nothing in cli uses the marshalller stuff.
This commit is contained in:
parent
0cb27772f3
commit
4d635844ec
1 changed files with 0 additions and 2 deletions
|
|
@ -4,7 +4,6 @@ bin_PROGRAMS = \
|
|||
INCLUDES = \
|
||||
-I${top_srcdir} \
|
||||
-I${top_srcdir}/include \
|
||||
-I${top_builddir}/marshallers \
|
||||
-I${top_srcdir}/libnm-util \
|
||||
-I${top_srcdir}/libnm-glib
|
||||
|
||||
|
|
@ -31,7 +30,6 @@ nmcli_CPPFLAGS = \
|
|||
nmcli_LDADD = \
|
||||
$(DBUS_LIBS) \
|
||||
$(GLIB_LIBS) \
|
||||
$(top_builddir)/marshallers/libmarshallers.la \
|
||||
$(top_builddir)/libnm-util/libnm-util.la \
|
||||
$(top_builddir)/libnm-glib/libnm-glib.la
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue