.gitignore: ignore local vscode workspace settings file
[lttng-tools.git] / src / common / compat / Makefile.am
diff --git a/src/common/compat/Makefile.am b/src/common/compat/Makefile.am
deleted file mode 100644 (file)
index 2d2b02a..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
-
-noinst_LTLIBRARIES = libcompat.la
-
-if COMPAT_EPOLL
-COMPAT=compat-epoll.c
-else
-COMPAT=compat-poll.c
-endif
-
-libcompat_la_SOURCES = poll.h fcntl.h endian.h mman.h dirent.h \
-               socket.h compat-fcntl.c uuid.h tid.h \
-               getenv.h string.h prctl.h paths.h netdb.h $(COMPAT) \
-               time.h
This page took 0.022872 seconds and 4 git commands to generate.