From 89e413487344f681c0fe3c941bad2f1c4633cd98 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Sun, 23 Dec 2018 22:33:56 +0100 Subject: [PATCH] - Makefile.am: put commented libtest lines together Signed-off-by: Thilo Graf --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 26e0355..3af702c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,12 +3,11 @@ ACLOCAL_AMFLAGS = -I m4 lib_LTLIBRARIES = libstb-hal.la libstb_hal_la_SOURCES = SUBDIRS = common tools -#bin_PROGRAMS = libstb-hal-test libstb_hal_la_LIBADD = \ common/libcommon.la - +#bin_PROGRAMS = libstb-hal-test #libstb_hal_test_SOURCES = libtest.cpp #libstb_hal_test_LDADD = libstb-hal.la