We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1b118 commit a16ade1Copy full SHA for a16ade1
test/Makefile.am
@@ -29,11 +29,6 @@ endif
29
30
LDADD = ${top_builddir}/src/libauth_openidc.la ${LIBADD}
31
32
-noinst_LTLIBRARIES = libtest.la
33
-libtest_la_SOURCES = \
34
- helper.c \
35
- stub.c
36
-
37
noinst_HEADERS = helper.h
38
39
noinst_PROGRAMS = test-cmd
@@ -47,6 +42,11 @@ test_CFLAGS = ${AM_CFLAGS} -fPIC
47
42
48
43
if HAVE_CHECK
49
44
45
+noinst_LTLIBRARIES = libtest.la
46
+libtest_la_SOURCES = \
+ helper.c \
+ stub.c
+
50
LDADD += libtest.la @CHECK_LIBS@
51
AM_CFLAGS += @CHECK_CFLAGS@
52
0 commit comments