projects
/
babeltrace.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b09ebab12f83bb47199927233a00ce5faeea7141
[babeltrace.git]
/
compat
/
Makefile.am
1
AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3
noinst_LTLIBRARIES = libcompat.la
4
5
libcompat_la_SOURCES = dummy.c
6
7
libcompat_la_LDFLAGS = \
8
-Wl,--no-as-needed
9
10
if BABELTRACE_BUILD_WITH_MINGW
11
libcompat_la_SOURCES += compat_uuid.c
12
endif
This page took
0.030276 seconds
and
3
git commands to generate.