mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 02:20:12 +01:00
Add the necessary annotations (the mininum required, that is those on return values. NULL parameters or container types may require more), and the Autotools stuff to get a NetworkManager GIR for libnm-util and a NMClient for libnm-glib.
40 lines
700 B
Makefile
40 lines
700 B
Makefile
SUBDIRS = \
|
|
marshallers \
|
|
include \
|
|
libnm-util \
|
|
libnm-glib \
|
|
introspection \
|
|
system-settings \
|
|
src \
|
|
callouts \
|
|
cli \
|
|
tools \
|
|
policy \
|
|
data \
|
|
initscript \
|
|
test \
|
|
po \
|
|
man \
|
|
docs \
|
|
examples
|
|
|
|
EXTRA_DIST = \
|
|
CONTRIBUTING \
|
|
NetworkManager.pc.in \
|
|
intltool-extract.in \
|
|
intltool-merge.in \
|
|
intltool-update.in
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = \
|
|
--with-tests=yes \
|
|
--with-docs=yes \
|
|
--with-udev-dir=$$dc_install_base/lib/udev \
|
|
--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) \
|
|
--enable-wimax=no
|
|
|
|
DISTCLEANFILES = intltool-extract intltool-merge intltool-update
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = NetworkManager.pc
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|