summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-06-03 21:02:25 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2010-06-03 21:03:52 +0100
commitfcaeaef41b142a32add6cdfce3b1cf484aef50f0 (patch)
treeb92cf27c44d1b0a34e1aa68c0657bd6e64b09c8f
parent7a91e2f8595d897e55cca56223feb8d957821396 (diff)
Run `make uninstall` and `make install` in wocky/wockytelepathy-gabble-0.9.12
We shouldn't `make install` in Wocky as a whole, because that installs API documentation for Wocky. (Actually we do probably want to do this, but only if --enable-plugin-api, which I CBA to do right now.) But we should also `make uninstall` the headers we install.
-rw-r--r--lib/ext/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/ext/Makefile.am b/lib/ext/Makefile.am
index 166f199e9..48e4e2d5e 100644
--- a/lib/ext/Makefile.am
+++ b/lib/ext/Makefile.am
@@ -9,5 +9,8 @@ clean-local:
cd wocky && $(MAKE) clean ; \
fi
+uninstall-local:
+ @cd wocky/wocky && $(MAKE) uninstall
+
install-data-local:
- @cd wocky && $(MAKE) install
+ @cd wocky/wocky && $(MAKE) install