Add tests coverage report generation
[command.git] / Makefile.am
index b4ff1926085b79b195c9cf6a0167e28616bebfd7..e10d5a8f1c8f8d129a495b29885710dcee4aeac8 100644 (file)
@@ -21,7 +21,7 @@ CLEANFILES = \
     %~ \
     doxyfile.stamp
 
-SUBDIRS = include . tests docs
+SUBDIRS = include . tests examples docs
 
 noinst_PROGRAMS = bin/command
 
@@ -34,10 +34,4 @@ nodist_bin_command_SOURCES = \
 bin_command_CPPFLAGS = \
     $(bin_command_CFLAGS) \
     -I$(top_srcdir)/include \
-    -Wall -pedantic -Wextra \
-    -Wl,--export-dynamic
-
-bin_command_LDADD = \
-    $(bin_command_LIBS)
-
-bin_command_LDFLAGS = $(LTLIBINTL)
+    -Wall -pedantic -Wextra