X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=libustcomm%2FMakefile.am;fp=libustcomm%2FMakefile.am;h=fa24cfb133bd94f514b410617634ef3e1b25cae7;hb=c7dc133cff3db7336bb97fcb57c2dec559942518;hp=0000000000000000000000000000000000000000;hpb=a09dac63957396890b1085cac0fee92ecc5db87a;p=ust.git diff --git a/libustcomm/Makefile.am b/libustcomm/Makefile.am new file mode 100644 index 0000000..fa24cfb --- /dev/null +++ b/libustcomm/Makefile.am @@ -0,0 +1,8 @@ +AM_CPPFLAGS = -I$(top_srcdir)/include + +lib_LTLIBRARIES = libustcomm.la +libustcomm_la_SOURCES = \ + ustcomm.h \ + ustcomm.c +libustcomm_la_LDFLAGS = -no-undefined -version-info 0:0:0 -static +libustcomm_la_CFLAGS = -DUST_COMPONENT="libustcomm" -fPIC