
committed by
Aleksander Morgado

parent
b8838b8882
commit
bfae863296
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
SUBDIRS = . build-aux data include libqcdm libwmc libmm-glib src plugins cli introspection uml290 po test docs
|
SUBDIRS = . build-aux data include libqcdm libwmc libmm-glib src plugins cli vapi introspection uml290 po test docs
|
||||||
|
|
||||||
DISTCHECK_CONFIGURE_FLAGS = \
|
DISTCHECK_CONFIGURE_FLAGS = \
|
||||||
--with-udev-base-dir="$$dc_install_base" \
|
--with-udev-base-dir="$$dc_install_base" \
|
||||||
|
@@ -113,6 +113,9 @@ AC_SUBST(GLIB_MKENUMS)
|
|||||||
# GObject Introspection
|
# GObject Introspection
|
||||||
GOBJECT_INTROSPECTION_CHECK([0.9.6])
|
GOBJECT_INTROSPECTION_CHECK([0.9.6])
|
||||||
|
|
||||||
|
# Vala bindings
|
||||||
|
VAPIGEN_CHECK(0.18)
|
||||||
|
|
||||||
# DBus system directory
|
# DBus system directory
|
||||||
AC_ARG_WITH(dbus-sys-dir, AS_HELP_STRING([--with-dbus-sys-dir=DIR], [where D-BUS system.d directory is]))
|
AC_ARG_WITH(dbus-sys-dir, AS_HELP_STRING([--with-dbus-sys-dir=DIR], [where D-BUS system.d directory is]))
|
||||||
if test -n "$with_dbus_sys_dir" ; then
|
if test -n "$with_dbus_sys_dir" ; then
|
||||||
@@ -294,6 +297,7 @@ docs/reference/libmm-glib/version.xml
|
|||||||
libmm-glib/Makefile
|
libmm-glib/Makefile
|
||||||
libmm-glib/generated/Makefile
|
libmm-glib/generated/Makefile
|
||||||
libmm-glib/tests/Makefile
|
libmm-glib/tests/Makefile
|
||||||
|
vapi/Makefile
|
||||||
cli/Makefile
|
cli/Makefile
|
||||||
])
|
])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
@@ -312,6 +316,7 @@ echo "
|
|||||||
|
|
||||||
PolicyKit support: ${with_polkit}
|
PolicyKit support: ${with_polkit}
|
||||||
GObject Introspection: ${found_introspection}
|
GObject Introspection: ${found_introspection}
|
||||||
|
Vala Bindings: ${enable_vala}
|
||||||
Documentation: ${enable_gtk_doc}
|
Documentation: ${enable_gtk_doc}
|
||||||
MBIM support: ${with_mbim}
|
MBIM support: ${with_mbim}
|
||||||
QMI support: ${with_qmi}
|
QMI support: ${with_qmi}
|
||||||
|
22
vapi/Makefile.am
Normal file
22
vapi/Makefile.am
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
VAPIGEN_VAPIS = libmm-glib.vapi
|
||||||
|
|
||||||
|
if ENABLE_VAPIGEN
|
||||||
|
include $(VAPIGEN_MAKEFILE)
|
||||||
|
|
||||||
|
libmm-glib.vapi: $(top_builddir)/libmm-glib/ModemManager-1.0.gir libmm-glib.deps ModemManager-1.0.metadata
|
||||||
|
|
||||||
|
libmm_glib_vapi_METADATADIRS = $(srcdir)
|
||||||
|
libmm_glib_vapi_FILES = $(top_builddir)/libmm-glib/ModemManager-1.0.gir
|
||||||
|
libmm_glib_vapi_VAPIDIRS = $(builddir)
|
||||||
|
libmm_glib_vapi_DEPS = gio-2.0
|
||||||
|
|
||||||
|
vapidir = $(datadir)/vala/vapi
|
||||||
|
vapi_DATA = $(VAPIGEN_VAPIS) $(VAPIGEN_VAPIS:.vapi=.deps)
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
|
CLEANFILES = $(VAPIGEN_VAPIS)
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
ModemManager-1.0.metadata \
|
||||||
|
libmm-glib.deps
|
0
vapi/ModemManager-1.0.metadata
Normal file
0
vapi/ModemManager-1.0.metadata
Normal file
1
vapi/libmm-glib.deps
Normal file
1
vapi/libmm-glib.deps
Normal file
@@ -0,0 +1 @@
|
|||||||
|
gio-2.0
|
Reference in New Issue
Block a user