Unit test stuff on new contact fields.
[libgcal.git] / mk / libtool-fix.am
blob1bbe66ab4c977bb5657aabf4477a374ae2956d3f
1  # fix make -s
2  # please keep this "if" indented
3  ifneq (,$(findstring s,$(MAKEFLAGS)))
4  LIBTOOL += --silent
5  endif