X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=ec7f14d779a91945fcec13b8f2c014a0ab06f655;hb=d248ac3fe5ef75ad1a66d60ba2fe1f47262c5138;hp=d52633f7737b9e2b30994fdd9c1acee4df2aadff;hpb=23223d9c3318c984ffc628c8609bc6ded16805b8;p=netatalk.git diff --git a/Makefile.am b/Makefile.am index d52633f7..ec7f14d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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