Fix another makefile bug.
authorJennifer Richards <jennifer@painless-security.com>
Wed, 21 Sep 2016 16:53:49 +0000 (12:53 -0400)
committerJennifer Richards <jennifer@painless-security.com>
Wed, 21 Sep 2016 16:53:49 +0000 (12:53 -0400)
Makefile.am

index cc58260..3b434c3 100644 (file)
@@ -79,7 +79,7 @@ tr/tr_trp.c \
 $(trp_srcs)
 tr_trpc_LDADD = gsscon/libgsscon.la libtr_tid.la $(GLIB_LIBS)
 tr_trpc_LDFLAGS = $(AM_LDFLAGS) -pthread
-tr_trpc_CFLAGS = -pthread
+tr_trpc_CFLAGS = $(AM_CFLAGS) -pthread
 
 trp_msgtst_SOURCES = trp/msgtst.c \
 common/tr_msg.c \