Add tests coverage report generation
[command.git] / Makefile.am
index 728aa9afb457d0fefba1e112a2acb74cd5d1e70e..e10d5a8f1c8f8d129a495b29885710dcee4aeac8 100644 (file)
@@ -21,9 +21,9 @@ CLEANFILES = \
     %~ \
     doxyfile.stamp
 
-SUBDIRS = include . tests
+SUBDIRS = include . tests examples docs
 
-noinst_PROGRAMS = bin_command
+noinst_PROGRAMS = bin/command
 
 dist_noinst_SCRIPTS = autogen.sh
 
@@ -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