Add wrappers for pipe
[lttng-tools.git] / src / common / Makefile.am
index f2ea40a23c55541d6c27e4f795e4514572a03810..6ba6c2b59b6c42fb0269680da7bc61323f625783 100644 (file)
@@ -13,7 +13,8 @@ noinst_HEADERS = lttng-kernel.h defaults.h macros.h error.h futex.h \
 noinst_LTLIBRARIES = libcommon.la
 
 libcommon_la_SOURCES = error.h error.c utils.c utils.h runas.c runas.h \
-                       common.h futex.c futex.h uri.c uri.h defaults.c
+                       common.h futex.c futex.h uri.c uri.h defaults.c \
+                       pipe.c pipe.h
 libcommon_la_LIBADD = -luuid
 
 # Consumer library
This page took 0.023524 seconds and 4 git commands to generate.