summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2013-08-14libmm-glib: Add vala bindingsChristian Persch1-1/+1
Bug #705641.
2013-06-21build: remove '--with-tests' from the distcheck configure flagsAleksander Morgado1-1/+0
2013-06-21build: add gtester.make to the dist tarballAleksander Morgado1-1/+2
2013-05-26build: use --enable-gtk-doc instead of our custom --with-docsAleksander Morgado1-1/+1
2013-03-12build: distribute autogen.shDan Williams1-1/+2
2013-02-06systemd: include systemd unit file supportAleksander Morgado1-0/+1
Allow having systemd handling the life cycle of the ModemManager process.
2012-10-04build: merge libmm-common into libmm-glibAleksander Morgado1-1/+1
It's pointless to have libmm-common around, just merge it into libmm-glib and make ModemManager depend on libmm-glib directly. At the end, the non-common stuff in libmm-glib is really minimal.
2012-05-30uml290: add mode switching toolDan Williams1-1/+1
Switches UML290 mode between 4G/LTE, 3G/EVDO/1X, and auto.
2012-03-16marshallers: integrate them into the daemon compilationAleksander Morgado1-1/+1
2012-03-15cli: initial cli implementationAleksander Morgado1-1/+1
2012-03-15libmm-glib: setup build of the libmm-glib libraryAleksander Morgado1-1/+2
The library will contain a small layer of code on top of the proxies and object manager client generated by gdbus-codegen. Therefore, the headers auto-generated from the DBus introspection XMLs need to be distributed along with the libmm-glib specific headers.
2012-03-15build: setup all data (polkit, icon, dbus...) in the same `data' directoryAleksander Morgado1-43/+2
Also fixed dist when not using polkit, the icon was no longer included in the tarball.
2012-03-15docs: setup generation of gtk-doc based DBus API documentationAleksander Morgado1-1/+1
It includes gdbus-codegen generated API documentation, plus the common Enums, Flags and Errors, which will also be used in libmm-glib.
2012-03-15docs: remove generation of previous DBus API documentationAleksander Morgado1-22/+1
2012-03-15libmm-common: setup new library, with the gdbus-codegen generated codeAleksander Morgado1-1/+1
This library will not (probably) be installable, but will share the GDBus and new Enum/Flag/Error type support between the core daemon and the new libmm-glib library.
2012-03-15build: setup header generator in its own include/MakefileAleksander Morgado1-10/+1
Also move helper files to the new `build-aux' directory.
2012-02-26build: include proper build dependencies for the polkit conf fileAleksander Morgado1-1/+2
So that the final conf file is updated if the original one gets modified.
2012-01-09dbus: don't install introspection XML we don't really ownDan Williams1-1/+1
MM implements the DBus properties interface and of course that requires some XML on our side for dbus-glib. But we shouldn't install that along with our ModemManager-specific XML.
2011-11-07build: remove duplicate 'policy' directory entry from SUBDIRSThomas Bechtold1-1/+1
It is already added when WITH_POLKIT is set.
2011-09-17libwmc: beginning of bits for WMC-based devices like UML290Dan Williams1-1/+1
2011-08-17build: ensure common header is built firstAleksander Morgado1-1/+1
2011-08-17api: rename common header to ModemManager.hAleksander Morgado1-2/+2
2011-05-04build: build docs during distcheck and fix up udev rules install baseDan Williams1-3/+6
2011-04-27Revert "build: po shouldn't be built unless --with-polkit=yes"Dan Williams1-2/+2
This reverts commit ba17060219f34b5bb8dbb965be9a5f224955777a.
2011-04-27build: po shouldn't be built unless --with-polkit=yesDan Williams1-2/+2
Since translations are only used with polkit.
2011-02-01api: don't install all.xmlDan Williams1-1/+1
It's not really part of the API.
2010-12-21build: fix distcheck after introspection XML renamesDan Williams1-0/+1
2010-12-20Install xml introspection files for DBus interfaces.Jason Glasgow1-1/+4
Review URL: http://codereview.chromium.org/1618004 Change-Id: Ib362c3dcdeb91472a64cf9edb6b4e0ddbcffe93a
2010-12-20Generate a header file for ModemManagerJason Glasgow1-3/+12
Generate a header file for ModemManager with service names and paths, method names and enums. Review URL: http://codereview.chromium.org/1409001
2010-10-14build: enable tests for 'make distcheck'Dan Williams1-1/+1
No idea why this wasn't done before...
2010-03-12build: another distcheck fixDan Williams1-0/+1
2010-03-01Merge remote branch 'origin/master' into qcdmDan Williams1-2/+17
2010-02-27build: fix build after bffb332481e2fd665a686e46419e2ddfb28529f1Dan Williams1-0/+1
2010-02-27core: install correct dbus permissions for with-polkit/without-polkitDan Williams1-2/+12
2010-02-26core: add authorization providers and optional PolicyKit supportDan Williams1-1/+5
When the support is complete, use --with-polkit to enable PolicyKit support. It's not there yet, but this commit adds an authorization provider framework which will be extended to allow hooking into PolicyKit.
2010-02-20Merge remote branch 'origin/master' into qcdmDan Williams1-4/+13
2010-02-19policy: add basic PolicyKit authorizationsDan Williams1-1/+1
2010-02-16build: add intltool support for PolicyKit policy translationsDan Williams1-4/+13
2010-02-08qcdm: add DM protocol utilities and testcasesDan Williams1-1/+1
Bits for CRC calculation and frame escaping/unescaping.
2010-01-27build: use separate directory for m4 macrosMichael Biebl1-0/+2
2010-01-18build: fix 'make clean'Dan Williams1-2/+1
2009-07-07build: make distcheck actually workDan Williams1-0/+2
2009-06-28asynchronous and deferred port detectionDan Williams1-1/+1
Allow plugins to perform asynchronous port detection, and to defer port detection until later. This moves the prober bits into MMPluginBase so that all plugins can take adavantage of it only when needed; the probing is not done at udev time. Furthermore, plugins like Novatel can flip the secondary ports over the AT mode through deferred detection, by deferring the secondary ports until the main port has been detected and AT$NWDMAT has been sent. This commit also finishes the port of the rest of the plugins (except mbm) over to the new port detection methods and plugin API.
2009-06-18udev: move device probing and detection to udevDan Williams1-1/+1
Get rid of dependency on HAL, using libgudev instead. Fix up the plugin API to no longer use either HAL or udev defines, but let plugins use whatever mechanism they want for getting more information out of the device given the subsystem and device node name. Modems are now defined as "master" devices which "own" a one or more ports. A port could be a serial tty device or a network device or whatever. The plugin figures out whether it supports a given port or not and then assigns it to a new or existing modem. Modems now have a 'valid' property that should be set to TRUE when the modem has enough ports to operate correctly. For devices (ex. 'hso') that use a network device for data transfer, the modem would need to grab at least one TTY and the network device associated with that physical device to be 'valid'. Also move the generic modem support code to a plugin like other modem plugins, and change the I-support-this-device mechanism to return a number indicating the level of support. For example, the generic plugin would return a quite low number if the device indicates via probing that it can do GSM or CDMA, but a more specific plugin can indicate better support for the device, and thus the more specific plugin would win control.
2008-09-16Add marshallers so that RegistrationInfo signal can be enabled.Tambet Ingo1-1/+1
2008-08-22Remove the pkg-config file, we're not a library.Tambet Ingo1-5/+0
2008-07-31Document the public DBus API.Tambet Ingo1-0/+23
2008-07-31Add an example testing program.Tambet Ingo1-1/+1
2008-07-31Initial commit.Tambet Ingo1-0/+30