diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-08-31 14:57:44 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-09-01 09:21:41 +0100 |
commit | 7cdacf5f4950af85714a838e2aba4256b2238918 (patch) | |
tree | 5fb395a40e800de155bcdab9d5f29c8d8ee4988b /Makefile.am | |
parent | 7e0173a046b381856992faef292ade59cef31cad (diff) |
Remove libmcclient
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c9e8ab9f..34e12451 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,6 @@ SUBDIRS = \ xml \ mission-control-plugins \ plugins \ - libmcclient \ src \ server \ util \ @@ -23,7 +22,7 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = mission-control-plugins.pc if ENABLE_MCD_PLUGINS -pkgconfig_DATA += mission-control.pc libmcclient.pc +pkgconfig_DATA += mission-control.pc endif DISTCHECK_CONFIGURE_FLAGS = \ |