diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-05-03 13:09:35 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-05-09 16:37:17 -0700 |
commit | 3d89ad87b0bf3d851c3332c7b0467ee107f32e4b (patch) | |
tree | 2fbc5713542f77e47b221f3523fcef44dc1e6af8 /xts5/src | |
parent | 38bcc490a7afe77575ecd4f3ecf5e7703f0d6222 (diff) |
xts5: Fix error in Makefile
Diffstat (limited to 'xts5/src')
-rw-r--r-- | xts5/src/libproto/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xts5/src/libproto/Makefile.am b/xts5/src/libproto/Makefile.am index 8ec22876..46a9b7dd 100644 --- a/xts5/src/libproto/Makefile.am +++ b/xts5/src/libproto/Makefile.am @@ -5,7 +5,7 @@ noinst_LIBRARIES = libXst.a libXst_a_SOURCES =\ XstlibInt.h\ XstosInt.h\ - DataMove.h + DataMove.h\ ShowReq.c\ ShowExtReq.c\ SendReq.c\ |