X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=compat%2FMakefile.am;fp=compat%2FMakefile.am;h=79be1c8141a0ce09f56a3ab9ec7f6fb792810500;hp=0000000000000000000000000000000000000000;hb=9d1e7de0dd0572e8071e0bd620c1c569e8b5396b;hpb=e9452def10b0edc7dd064bf6f739a61fdd5229f3 diff --git a/compat/Makefile.am b/compat/Makefile.am new file mode 100644 index 00000000..79be1c81 --- /dev/null +++ b/compat/Makefile.am @@ -0,0 +1,12 @@ +AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include + +lib_LTLIBRARIES = libcompat.la + +libcompat_la_SOURCES = + +libcompat_la_LDFLAGS = \ + -Wl,--no-as-needed + +if BABELTRACE_BUILD_WITH_MINGW +libcompat_la_SOURCES += compat_uuid.c +endif