diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-12-07 03:15:37 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-12-07 03:15:37 +0000 |
commit | d66eb18149625ef090d05ae8581f793671f4557d (patch) | |
tree | e549e0411c314a2a4ee27c6d53be172e2764d11d /libiohelp/Makefile | |
parent | c2fba45772e836f03bb75f2c68342234cc81a4b1 (diff) |
Formerly Makefile.~4~
Diffstat (limited to 'libiohelp/Makefile')
-rw-r--r-- | libiohelp/Makefile | 4 |
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) |