X-Git-Url: http://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=libustctl%2FMakefile.am;fp=libustctl%2FMakefile.am;h=bc7526b966cc9015a6a41dadcc5164af569eff71;hp=0000000000000000000000000000000000000000;hb=2298f3297443ba26f761e272c45456ed857071bc;hpb=eb78cc5f9e75f620e9037708874f88b0a17e4ed8 diff --git a/libustctl/Makefile.am b/libustctl/Makefile.am new file mode 100644 index 0000000..bc7526b --- /dev/null +++ b/libustctl/Makefile.am @@ -0,0 +1,14 @@ +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm +AM_CFLAGS = -fno-strict-aliasing + +lib_LTLIBRARIES = libustctl.la + +libustctl_la_SOURCES = \ + libustctl.c + +libustctl_la_LDFLAGS = -no-undefined -version-info 0:0:0 + +libustctl_la_LIBADD = \ + $(top_builddir)/libustcomm/libustcomm.la + +libustctl_la_CFLAGS = -DUST_COMPONENT="libustctl" -fno-strict-aliasing