]> arthur.barton.de Git - netatalk.git/commitdiff
libatalk: ABI: add abi-clean target
authorRalph Boehme <slow@samba.org>
Tue, 4 Nov 2014 21:29:34 +0000 (22:29 +0100)
committerRalph Boehme <slow@samba.org>
Tue, 4 Nov 2014 21:29:34 +0000 (22:29 +0100)
Signed-off-by: Ralph Boehme <slow@samba.org>
Makefile.am

index d52633f7737b9e2b30994fdd9c1acee4df2aadff..ec7f14d779a91945fcec13b8f2c014a0ab06f655 100644 (file)
@@ -17,3 +17,9 @@ install-exec-hook:
        @-@NETA_LDCONFIG@
        @printf "done\n"
 endif
+
+if DEVELOPER
+abi-clean:
+       @echo "Removing ABI file libatalk/libatalk-$(NETATALK_VERSION).abi"
+       @rm -f libatalk/libatalk-$(NETATALK_VERSION).abi
+endif