Cygwin: Remove weak symbols attributes due to semantic differences
[lttng-ust.git] / Makefile.am
1 ACLOCAL_AMFLAGS = -I config
2
3 SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \
4 liblttng-ust \
5 liblttng-ust-ctl \
6 tools \
7 tests \
8 doc
9
10 # Disabled for now, because these libraries
11 # rely on the dlsym(3) RTLD_NEXT GNU extension.
12 # This is not implemented in Cygwin.
13 # liblttng-ust-fork
14 # liblttng-ust-libc-wrapper
15
16 #disabled for 2.0
17 #if BUILD_JNI_INTERFACE
18 #SUBDIRS += liblttng-ust-java
19 #endif
20
21 #temporarily disabled
22 # liblttng-ust-malloc
23
24 pkgconfigdir = $(libdir)/pkgconfig
25 pkgconfig_DATA = lttng-ust.pc
26
27 dist_doc_DATA = README ChangeLog
This page took 0.030391 seconds and 4 git commands to generate.