Split the Makefile variable HS_LIB_SRCS
authorIustin Pop <iustin@google.com>
Wed, 29 Aug 2012 23:07:42 +0000 (01:07 +0200)
committerIustin Pop <iustin@google.com>
Tue, 4 Sep 2012 14:25:50 +0000 (16:25 +0200)
commit5130913863e315ba7100c91a31f6ad8066a58a71
tree99853819a7eb087cd090153771f637be71bbd512
parent2d87bd0a27841778c4707a8b39972b76da063cb8
Split the Makefile variable HS_LIB_SRCS

This currently holds both production files and test files; since we
want to treat these separately, let's split the variable in two, and
introduce another one for the old, inclusive one.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
Makefile.am