From fd104732bde4d2eea07eae11161e35e8f0b7790e Mon Sep 17 00:00:00 2001 From: ttate Date: Sat, 20 Apr 2002 16:09:44 +0000 Subject: Add a sample which shows how to deal with C++ libraries. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/dl/MANIFEST | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/dl/MANIFEST') diff --git a/ext/dl/MANIFEST b/ext/dl/MANIFEST index c5cd5839a..261b4ad91 100644 --- a/ext/dl/MANIFEST +++ b/ext/dl/MANIFEST @@ -17,6 +17,8 @@ mkcall.rb mkcallback.rb mkcbtable.rb ptr.c +sample/c++sample.C +sample/c++sample.rb sample/drives.rb sample/getch.rb sample/libc.rb -- cgit