diff options
Diffstat (limited to 'libiohelp/Makefile')
-rw-r--r-- | libiohelp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libiohelp/Makefile b/libiohelp/Makefile index 9b63b630..bb5f257e 100644 --- a/libiohelp/Makefile +++ b/libiohelp/Makefile @@ -23,6 +23,7 @@ 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 +TAGSHDRS = ioserver.h DIST_FILES = $(SRCS) Makefile ioserver.h ChangeLog |