summaryrefslogtreecommitdiff
path: root/portland/dapi/lib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'portland/dapi/lib/Makefile.am')
-rw-r--r--portland/dapi/lib/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/portland/dapi/lib/Makefile.am b/portland/dapi/lib/Makefile.am
deleted file mode 100644
index 3786177..0000000
--- a/portland/dapi/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)