diff options
author | Mihai Moldovan <ionic@ionic.de> | 2017-09-30 16:58:16 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-10-27 08:46:39 +0200 |
commit | ceac077637d147b54abeeb4f0154bf152ba13138 (patch) | |
tree | b2abe728e91199b50c25732da22b1e623b395b5b /nxcomp/Makefile.am | |
parent | 5efcd39fc05b804ede122e4a930de3db5d041014 (diff) | |
download | nx-libs-ceac077637d147b54abeeb4f0154bf152ba13138.tar.gz nx-libs-ceac077637d147b54abeeb4f0154bf152ba13138.tar.bz2 nx-libs-ceac077637d147b54abeeb4f0154bf152ba13138.zip |
nxcomp: add basic logging_test utility in test subdirectory.
Needs more sophisticated features to actually test stuff correctly.
Diffstat (limited to 'nxcomp/Makefile.am')
-rw-r--r-- | nxcomp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/Makefile.am b/nxcomp/Makefile.am index ae5991c3d..c1f6226bc 100644 --- a/nxcomp/Makefile.am +++ b/nxcomp/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = src +SUBDIRS = src test pkgconfig_DATA = nxcomp.pc |