Add a README.cygwin detailing Cygwin specific build/install instructions
[lttng-ust.git] / Makefile.am
CommitLineData
693515ee 1ACLOCAL_AMFLAGS = -I config
89edbbc3 2
de92d636 3SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \
69400ac4
MD
4 liblttng-ust \
5 liblttng-ust-ctl \
b25c5b37 6 tools \
7ccf75d3
MD
7 tests \
8 doc
15612a0f 9
cbd7f39d
CB
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
655a0d11
MD
16#disabled for 2.0
17#if BUILD_JNI_INTERFACE
18#SUBDIRS += liblttng-ust-java
19#endif
d2869a26 20
15612a0f 21#temporarily disabled
69400ac4 22# liblttng-ust-malloc
4cf459a7
YB
23
24pkgconfigdir = $(libdir)/pkgconfig
74a6d87b 25pkgconfig_DATA = lttng-ust.pc
336cc1ed
MD
26
27dist_doc_DATA = README ChangeLog
This page took 0.025646 seconds and 4 git commands to generate.