diff options
author | theirix <theirix@gmail.com> | 2016-08-13 13:35:14 +0300 |
---|---|---|
committer | theirix <theirix@gmail.com> | 2016-08-13 13:35:14 +0300 |
commit | bee9090a9264b3de3ac34583dcd3cc72727fcccf (patch) | |
tree | ee516f2bb277419a2f0b158ea2c21fcd54fb19ff /Makefile.am | |
parent | d1bf5d2bb692eb68cf4a9bf96a434f32b8041369 (diff) |
Allowed to run tests by 'make check'
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 80258e773..17c674812 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src/lib example +SUBDIRS = src/lib example tests pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libndpi.pc |