diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 106e9f353..a093cce84 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -51,6 +51,7 @@ tests_LDADD = ./../src/core/lib_weechat_core.a \ $(CPPUTEST_LFLAGS) \ -lm -tests_SOURCES = tests.cpp +tests_SOURCES = tests.cpp \ + tests.h EXTRA_DIST = CMakeLists.txt |