.gitignore: ignore local vscode workspace settings file
[lttng-tools.git] / src / common / ust-consumer / Makefile.am
diff --git a/src/common/ust-consumer/Makefile.am b/src/common/ust-consumer/Makefile.am
deleted file mode 100644 (file)
index ab8d38a..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-if HAVE_LIBLTTNG_UST_CTL
-
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
-
-noinst_LTLIBRARIES = libust-consumer.la
-
-libust_consumer_la_SOURCES = ust-consumer.c ust-consumer.h
-
-libust_consumer_la_LIBADD = \
-                       -llttng-ust-ctl \
-                       $(top_builddir)/src/common/relayd/librelayd.la
-
-endif
This page took 0.026624 seconds and 4 git commands to generate.