summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
deleted file mode 100644
index 3786177..0000000
--- a/lib/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-lib_LTLIBRARIES = libdapi.la
-
-libdapi_la_SOURCES = comm.c calls.c callbacks.c
-libdapi_la_LIBADD =
-libdapi_la_LDFLAGS = $(all_libraries) -no-undefined
-
-INCLUDES = -I$(top_builddir)/include $(all_includes)