Fix: src.ctf.fs: initialize the other_entry variable
[babeltrace.git] / src / compat / Makefile.am
CommitLineData
578e048b
MJ
1noinst_LTLIBRARIES = libcompat.la
2
3libcompat_la_SOURCES = \
578e048b 4 mman.c \
6162e6b7 5 mman.h
578e048b
MJ
6
7libcompat_la_LDFLAGS = \
8 $(LD_NO_AS_NEEDED)
9
578e048b
MJ
10noinst_HEADERS = \
11 bitfield.h \
12 compiler.h \
13 endian.h \
14 fcntl.h \
15 glib.h \
16 limits.h \
17 memstream.h \
18 socket.h \
19 stdio.h \
20 stdlib.h \
21 string.h \
22 time.h \
23 unistd.h \
24 utc.h
This page took 0.044977 seconds and 4 git commands to generate.