Python bindings: make intersect_mode read-only property
[babeltrace.git] / compat / Makefile.am
CommitLineData
9d1e7de0
JI
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
bd5c1fd1 3noinst_LTLIBRARIES = libcompat.la
9d1e7de0 4
1cc40eab 5libcompat_la_SOURCES = dummy.c
9d1e7de0
JI
6
7libcompat_la_LDFLAGS = \
203d6b31 8 $(LD_NO_AS_NEEDED)
9d1e7de0
JI
9
10if BABELTRACE_BUILD_WITH_MINGW
11libcompat_la_SOURCES += compat_uuid.c
12endif
This page took 0.023822 seconds and 4 git commands to generate.