diff options
Diffstat (limited to 'libiohelp/Makefile')
-rw-r--r-- | libiohelp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiohelp/Makefile b/libiohelp/Makefile index 867cb4cc..def149c8 100644 --- a/libiohelp/Makefile +++ b/libiohelp/Makefile @@ -24,7 +24,7 @@ SRCS = get_conch.c handle_io_get_conch.c handle_io_release_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 +DIST_FILES = $(SRCS) Makefile libioserver.h # Make sure we get local copies of the headers we install. CPPFLAGS := -I. $(CPPFLAGS) |