Move liblttng-ust-pthread-wrapper to 'src/lib/'
[lttng-ust.git] / src / lib / lttng-ust-libc-wrapper / Makefile.am
index f3fcee6953600645e1f1697622bd4af6cdde9c7a..0507e4df0d0c47492b52464484f4cadce0ff33c8 100644 (file)
@@ -2,8 +2,7 @@
 
 AM_CFLAGS += -I$(srcdir) -fno-strict-aliasing
 
-lib_LTLIBRARIES = liblttng-ust-libc-wrapper.la \
-  liblttng-ust-pthread-wrapper.la
+lib_LTLIBRARIES = liblttng-ust-libc-wrapper.la
 
 liblttng_ust_libc_wrapper_la_SOURCES = \
        lttng-ust-malloc.c \
@@ -15,15 +14,5 @@ liblttng_ust_libc_wrapper_la_LIBADD = \
 
 liblttng_ust_libc_wrapper_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
 
-liblttng_ust_pthread_wrapper_la_SOURCES = \
-       lttng-ust-pthread.c \
-       ust_pthread.h
-
-liblttng_ust_pthread_wrapper_la_LIBADD = \
-       $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la \
-       $(DL_LIBS)
-
-liblttng_ust_pthread_wrapper_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
-
 dist_noinst_SCRIPTS = run
 EXTRA_DIST = README
This page took 0.024397 seconds and 4 git commands to generate.