diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2013-12-12 12:01:22 +0000 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2013-12-18 17:38:01 -0500 |
commit | 805bea8fe3f06086efd64cd6ae8e38cd761577f8 (patch) | |
tree | dd744ab9b1a3d6b06449467af9b303fb553415a2 | |
parent | 82021a6593db4e36fc78320af6cae12c0ab769e6 (diff) | |
download | libnice-805bea8fe3f06086efd64cd6ae8e38cd761577f8.tar.gz |
build: Delete ar-lib in maintainer-clean build target
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e8cca68..54b1cc1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,6 +33,8 @@ EXTRA_DIST = \ scripts/valgrind.sh \ win32 +MAINTAINERCLEANFILES = ar-lib + dist_check_SCRIPTS = \ scripts/check-symbols.sh \ scripts/make-symbol-list.sh |