Python bindings: make intersect_mode read-only property
[babeltrace.git] / compat / Makefile.am
index 79be1c8141a0ce09f56a3ab9ec7f6fb792810500..38af18854c48084740d3145dc55a3b868da50e9b 100644 (file)
@@ -1,11 +1,11 @@
 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
 
 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
 
-lib_LTLIBRARIES = libcompat.la
+noinst_LTLIBRARIES = libcompat.la
 
 
-libcompat_la_SOURCES =
+libcompat_la_SOURCES = dummy.c
 
 libcompat_la_LDFLAGS = \
 
 libcompat_la_LDFLAGS = \
-       -Wl,--no-as-needed
+       $(LD_NO_AS_NEEDED)
 
 if BABELTRACE_BUILD_WITH_MINGW
 libcompat_la_SOURCES += compat_uuid.c
 
 if BABELTRACE_BUILD_WITH_MINGW
 libcompat_la_SOURCES += compat_uuid.c
This page took 0.023092 seconds and 4 git commands to generate.