Port: Link with no-undefined on Windows
[babeltrace.git] / types / Makefile.am
CommitLineData
ac65e355
MD
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
018f3175 3noinst_LTLIBRARIES = libbabeltrace_types.la
ac65e355 4
7fb21036 5libbabeltrace_types_la_SOURCES = \
ac65e355
MD
6 array.c \
7 enum.c \
8 float.c \
9 integer.c \
10 sequence.c \
11 string.c \
12 struct.c \
6ee5115e 13 variant.c \
ac65e355 14 types.c
ec84a9ed
MJ
15
16libbabeltrace_types_la_LDFLAGS = $(LT_NO_UNDEFINED)
This page took 0.028407 seconds and 4 git commands to generate.