Browse Source

[master] minor Makefile correction after 5134 merge

Tomek Mrugalski 8 years ago
parent
commit
8c6f587982
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/agent/tests/Makefile.am

+ 1 - 1
src/bin/agent/tests/Makefile.am

@@ -87,7 +87,7 @@ libbasic_la_LIBADD  += $(top_builddir)/src/lib/hooks/libkea-hooks.la
 libbasic_la_LIBADD  += $(top_builddir)/src/lib/log/libkea-log.la
 libbasic_la_LDFLAGS  = -avoid-version -export-dynamic -module -rpath /nowhere
 
-nodist_run_unittests_SOURCES = test_libraries.h
+nodist_ca_unittests_SOURCES = test_libraries.h
 
 endif