Port: Link with no-undefined on Windows
[babeltrace.git] / lib / prio_heap / Makefile.am
... / ...
CommitLineData
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3noinst_LTLIBRARIES = libprio_heap.la
4
5libprio_heap_la_SOURCES = prio_heap.c
6
7libprio_heap_la_LDFLAGS = $(LT_NO_UNDEFINED)
This page took 0.022468 seconds and 4 git commands to generate.