Skip to content

Commit

Permalink
[lists] add missing build CFLAGS for test suite
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Mar 17, 2020
1 parent a33337b commit 67f8952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libknet/tests/Makefile.am
Expand Up @@ -16,7 +16,7 @@ EXTRA_DIST = \
api-check.mk

AM_CPPFLAGS = -I$(top_srcdir)/libknet
AM_CFLAGS += $(PTHREAD_CFLAGS)
AM_CFLAGS += $(PTHREAD_CFLAGS) $(libqb_CFLAGS)
LIBS = $(top_builddir)/libknet/libknet.la \
$(PTHREAD_LIBS) $(dl_LIBS)

Expand Down

0 comments on commit 67f8952

Please sign in to comment.