Port: Link with no-undefined on Windows
[babeltrace.git] / lib / prio_heap / Makefile.am
index 95613054c480cc0ef172a9cda35ea6656421e17d..82d7fad81ae2b7351fb363d1981a40bebb290bce 100644 (file)
@@ -1,5 +1,7 @@
 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
 
-lib_LTLIBRARIES = libprio_heap.la
+noinst_LTLIBRARIES = libprio_heap.la
 
 libprio_heap_la_SOURCES = prio_heap.c
+
+libprio_heap_la_LDFLAGS = $(LT_NO_UNDEFINED)
This page took 0.037401 seconds and 4 git commands to generate.