Add a README.cygwin detailing Cygwin specific build/install instructions
[lttng-ust.git] / Makefile.am
... / ...
CommitLineData
1ACLOCAL_AMFLAGS = -I config
2
3SUBDIRS = . 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
24pkgconfigdir = $(libdir)/pkgconfig
25pkgconfig_DATA = lttng-ust.pc
26
27dist_doc_DATA = README ChangeLog
This page took 0.022797 seconds and 4 git commands to generate.