
Module: ppl/ppl Branch: master Commit: 5b11a1675a7e171bc692e9820f20a00304f66846 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=5b11a1675a7e1...
Author: Abramo Bagnara abramo.bagnara@gmail.com Date: Tue Mar 24 19:13:41 2009 +0100
Fixed file names.
---
interfaces/C/Makefile.am | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/interfaces/C/Makefile.am b/interfaces/C/Makefile.am index 99da42b..529b3fb 100644 --- a/interfaces/C/Makefile.am +++ b/interfaces/C/Makefile.am @@ -124,9 +124,10 @@ libppl_c_la_SOURCES = \ ppl_c_implementation_common.defs.hh \ ppl_c_implementation_common.inlines.hh \ ppl_c_implementation_common.cc \ -ppl_c_stream.hh \ +ppl_c_stream.defs.hh \ ppl_c_stream.inlines.hh \ -ppl_c_stream.cc +ppl_c_stream.cc \ +ppl_c_stream.h
nodist_libppl_c_la_SOURCES =