summaryrefslogtreecommitdiff
path: root/libiohelp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libiohelp/Makefile')
-rw-r--r--libiohelp/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/libiohelp/Makefile b/libiohelp/Makefile
index b59eb07e..867cb4cc 100644
--- a/libiohelp/Makefile
+++ b/libiohelp/Makefile
@@ -19,9 +19,13 @@ dir := libioserver
include ../Makeconf
+SRCS = get_conch.c handle_io_get_conch.c handle_io_release_conch.c \
+ initialize_conch.c verify_user_conch.c
OBJS = get_conch.o handle_io_get_conch.o handle_io_release_conch.o \
initialize_conch.o verify_user_conch.o
+DIST_FILES = $(SRCS) Makefile
+
# Make sure we get local copies of the headers we install.
CPPFLAGS := -I. $(CPPFLAGS)