33d49241600d7af4c21bc1e90db9749aaa457e8b
[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 = compat_uuid.c
6
7 libcompat_la_LDFLAGS = \
8 $(LD_NO_AS_NEEDED)
This page took 0.029698 seconds and 3 git commands to generate.