From: David Goulet Date: Thu, 3 Nov 2011 14:01:17 +0000 (-0400) Subject: Remove unused and empty lib X-Git-Tag: v2.0-pre15~173 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=a183785e7c3c29db9356fe65ad4364326f5dba1b;ds=sidebyside Remove unused and empty lib Signed-off-by: David Goulet --- diff --git a/libustcomm/Makefile.am b/libustcomm/Makefile.am deleted file mode 100644 index fa1f23185..000000000 --- a/libustcomm/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include -AM_CFLAGS = -fno-strict-aliasing - -noinst_LTLIBRARIES = libustcomm.la - -libustcomm_la_SOURCES = - -libustcomm_la_LDFLAGS = -no-undefined -static - -libustcomm_la_CFLAGS = -fPIC -fno-strict-aliasing -