Release 2.2.0. Yay.
[mLib] / Makefile.am
index 66185ee..5b393f7 100644 (file)
@@ -45,7 +45,8 @@ EXTRA_DIST            += mLib.pc.in
 CLEANFILES             += mLib.pc
 
 mLib.pc: mLib.pc.in Makefile
-       $(confsubst) $(srcdir)/mLib.pc.in >$@.new $(SUBSTITUTIONS) && \
+       $(AM_V_GEN)$(confsubst) $(srcdir)/mLib.pc.in >$@.new \
+               $(SUBSTITUTIONS) && \
                mv $@.new $@
 
 ###--------------------------------------------------------------------------
@@ -99,6 +100,11 @@ SUBDIRS                     += trace
 libmLib_la_LIBADD      += trace/libtrace.la
 
 ###--------------------------------------------------------------------------
+### Testing.
+
+SUBDIRS                        += t
+
+###--------------------------------------------------------------------------
 ### Distribution.
 
 ## Release number.