summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2013-09-20Update CHECK_FOR_UNRELEASED to check the right filesSimon McVittie1-1/+1
2012-10-03Revert "Upload documentation to the 5.14.x location"Simon McVittie1-1/+1
This reverts commit 5f156149b05e7b5ab9e54eeee729136d9d59128c.
2012-10-03Upload documentation to the 5.14.x locationGuillaume Desmottes1-1/+1
To be reverted in the 5.15 branch.
2012-05-08Remove deprecated support for old-style (mcd) pluginsSimon McVittie1-5/+1
Only in-tree code can use mcd_* functions now.
2011-11-04Add a GSettings schema with use-conn keyWill Thompson1-0/+1
When the NM/ConnMan code lived in Empathy, there was a GSettings key which could be flipped to false to make Empathy always assume it had a network connection. This schema provides one GSettings key, im.telepathy.MissionControl.FromEmpathy use-conn, which happens to use the same dconf path as the Empathy key uses. This should make the two GSettings keys aliases for the same underlying value in dconf; we get a migration path for free.
2011-09-01Remove libmcclientWill Thompson1-2/+1
This entails doing a little more code generation for the daemon: some bits depended on generated code from libmcclient, and there was an error enum used in exactly one place. But broadly speaking this just deletes a tonne of code and documentation.
2011-02-15'UNRELEASED' checks activatedVivek Dasmohapatra1-0/+6
2010-12-22tests: move from test/ to tests/Jonny Lamb1-1/+1
So so annoying. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2010-11-19Update telepathy.am from tp-glib and add make-release-mail.pySimon McVittie1-0/+2
Also only ship the changelog since 5.4, which should be plenty. Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
2010-08-11Delete old examplesSimon McVittie1-1/+0
These are no longer exemplary; people should use telepathy-glib or telepathy-qt4 instead of libmcclient.
2010-07-15Merge branch 'libcreds-demo'Vivek Dasmohapatra1-0/+1
2010-05-26Only install libmcclient.pc if we'll be installing libmcclientSimon McVittie1-2/+2
2010-05-26Makefile.am: when doing `make maintainer-upload-release`, upload MCP docsSimon McVittie1-0/+5
2010-05-26Always build examples: they're not installed, and cheap to compileSimon McVittie1-4/+1
2010-05-26Explicitly disable MCD plugins when doing distcheckSimon McVittie1-1/+4
This helps to verify that the configuration we'll be using in distributions (static libmcclient and libmissioncontrol-server, and shared libmission-control-plugins) works correctly.
2010-05-24Aegis/libcreds based DBus caller ACL pluginVivek Dasmohapatra1-0/+1
2010-02-01Rename --enable-plugins (etc.) to --enable-mcd-plugins (etc.)Simon McVittie1-1/+1
2010-02-01Add a skeletal library to contain a minimal plugin APISimon McVittie1-1/+2
2009-11-02Makefile.am: re-format SUBDIRSSimon McVittie1-3/+10
Reviewed-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
2009-11-02Makefile.am: build tests before docsSimon McVittie1-1/+1
This makes it quicker to see whether `make check` has failed - if you see the docs building, it means the tests must have passed :-) Reviewed-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
2009-09-14Makefile.am: explicitly disable gnome-keyring support in distcheckSimon McVittie1-1/+1
The rationale is the same as disabling debug when distchecking telepathy-glib - we expect most developers to be using the "enable" code path, so we should test the "disable" code path at least sometimes.
2009-06-22Incorporate telepathy.am from telepathy-glib (adapted slightly for our ↵Simon McVittie1-0/+1
versioning scheme)
2009-06-01Don't install mission-control.pc unless we're supporting pluginsSimon McVittie1-1/+5
2009-04-02Never build libmissioncontrol-client (aka libmissioncontrol)Simon McVittie1-7/+0
2009-03-26Add optional Lcov machinery from telepathy-gabble (usage: make lcov-check)Simon McVittie1-0/+2
2008-12-03Conditional build of libmissioncontrol-clientAlberto Mardegan1-2/+11
Allow this legacy library to be taken out of the build
2008-08-18Lots of cleanup, most made by smcv.Alberto Mardegan1-1/+3
git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@513 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
2008-05-27Add account conversion tool from accounts created with MC < 5.0.Alberto Mardegan1-1/+1
git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@407 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
2008-05-14Conditionally enable examplesAlberto Mardegan1-1/+5
git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@392 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
2008-05-14 * Makefile.am, configure.ac, examples/Makefile.am,Alberto Mardegan1-1/+1
examples/mc-example.c: Add a directory for examples. * libmcclient/dbus-api.h, libmcclient/mc-account-manager.c, libmcclient/mc-account.[hc]: Fix creation of TpProxies. git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@391 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
2008-03-07 * src/Makefile.am, src/mcd-account-manager.h, src/mcd-account.h:Alberto Mardegan1-2/+2
Implement server-side stubs. * Makefile.am, configure.ac, libmcclient.pc.in, libmcclient/*, libmissioncontrol/dbus-api.h, xml/Account.xml, xml/Account_Manager.xml, xml/Makefile.am, xml/all.xml: Add Account and AccountManager specifications, and implement stubs in libmcclient. git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@301 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
2008-02-18* libmissioncontrol.pc.in: require newer libtelepathy, telepathy-glibSimon McVittie1-0/+1
* libmissioncontrol/dbus-api.[ch], libmissioncontrol/mission-control.h: move MissionControl D-Bus interface constants into a new shared header, and auto-generate GTypes and enums from XML (in theory - currently there are none) * libmissioncontrol/cli-nmc4.[ch]: add McCliNMC4, a TpProxy subclass representing the MC 4.x D-Bus API * libmissioncontrol/svc-nmc4.[ch]: add McSvcNMC4, a GInterface representing the MC 4.x D-Bus API * libmissioncontrol/Makefile.am: auto-generate stuff for McCliNMC4, McSvcNMC4 and dbus-api.h * xml/, doc/Makefile.am: move mcd-dbus-services.xml to nmc4.xml, add all.xml (this is to fit in better with telepathy-glib code-gen) * configure.ac: check for mkdir -p * doc/reference/libmissioncontrol/Makefile.am: fix out-of-tree build against generated headers * doc/reference/libmissioncontrol-server/libmissioncontrol-server.types: reconstruct missing file which broke distcheck * Makefile.am: use --enable-gtk-doc when running distcheck git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@287 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
2008-02-15Remove extensions from top Makefile.am againSimon McVittie1-1/+1
git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@286 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
2008-02-15* tools/: update from telepathy-glib/telepathy-spec and pull inSimon McVittie1-1/+1
a fairly complete set of code-gen tools (which will actually be used in a follow-up patch) * configure.ac: Check for Python (the code-gen tools use it). Require telepathy-glib 0.7.1 and libtelepathy 0.3.2 * xml/MissionControl.xml: Use tp: namespace prefix in preparation for extending use of telepathy-glib code generation tools git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@284 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
2007-03-27Fixes for "make distcheck".Alberto Mardegan1-1/+1
git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@20 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
2007-03-21* Makefile.am, configure.ac, doc/Makefile.am,Alberto Mardegan1-1/+1
libmissioncontrol/Makefile.am, src/Makefile.am, tools/*, xml/*: Build MissionControl D-Bus interface documentation from the embedded docstrings found in D-Bus service XML file. * autogen.sh: Added autogen script git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@12 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
2007-03-09 Initial import of mission-control (starting from version 4.17)Naba Kumar1-0/+5
git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@1 d91c8aed-3f2b-0410-a83d-924a1c20a0ba