properly include check libs
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Sat, 5 Jan 2013 14:29:34 +0000 (06:29 -0800)
committerU. Artie Eoff <ullysses.a.eoff@intel.com>
Sat, 5 Jan 2013 14:29:34 +0000 (06:29 -0800)
Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
src/Makefile.am

index 7cd254a..1a949d7 100644 (file)
@@ -12,7 +12,7 @@ wfits_LDADD = \
        -lboost_regex \
        -lboost_filesystem \
        -lboost_program_options \
-       -lcheck
+       @CHECK_LIBS@
 
 AM_CXXFLAGS = \
        -Wno-strict-aliasing \