Skip to content

Commit a16ade1

Browse files
committed
oops no check
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 4b1b118 commit a16ade1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/Makefile.am

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ endif
2929

3030
LDADD = ${top_builddir}/src/libauth_openidc.la ${LIBADD}
3131

32-
noinst_LTLIBRARIES = libtest.la
33-
libtest_la_SOURCES = \
34-
helper.c \
35-
stub.c
36-
3732
noinst_HEADERS = helper.h
3833

3934
noinst_PROGRAMS = test-cmd
@@ -47,6 +42,11 @@ test_CFLAGS = ${AM_CFLAGS} -fPIC
4742

4843
if HAVE_CHECK
4944

45+
noinst_LTLIBRARIES = libtest.la
46+
libtest_la_SOURCES = \
47+
helper.c \
48+
stub.c
49+
5050
LDADD += libtest.la @CHECK_LIBS@
5151
AM_CFLAGS += @CHECK_CFLAGS@
5252

0 commit comments

Comments
 (0)