X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=libustcomm%2FMakefile.am;h=baebd8461f82c7a226ef85415515759a35a31572;hb=0e4b45ace8b034dc4352a30d89b74f5e59e2e27d;hp=fa24cfb133bd94f514b410617634ef3e1b25cae7;hpb=c7dc133cff3db7336bb97fcb57c2dec559942518;p=ust.git diff --git a/libustcomm/Makefile.am b/libustcomm/Makefile.am index fa24cfb..baebd84 100644 --- a/libustcomm/Makefile.am +++ b/libustcomm/Makefile.am @@ -3,6 +3,8 @@ AM_CPPFLAGS = -I$(top_srcdir)/include lib_LTLIBRARIES = libustcomm.la libustcomm_la_SOURCES = \ ustcomm.h \ - ustcomm.c + ustcomm.c \ + multipoll.h \ + multipoll.c libustcomm_la_LDFLAGS = -no-undefined -version-info 0:0:0 -static libustcomm_la_CFLAGS = -DUST_COMPONENT="libustcomm" -fPIC