]> git.sesse.net Git - mlt/blobdiff - src/swig/ruby/build
Complete reorganization and renaming to usable state.
[mlt] / src / swig / ruby / build
index bc2dda7125e6d8f1ef43902cd0ceaf56e13f061a..edee47d59627d4433a95c3ae3f10afddae79ad33 100755 (executable)
@@ -1,8 +1,8 @@
 #!/usr/bin/env ruby
 require 'mkmf'
 system( "ln -sf ../mltpp.i mltpp.i" )
-system( "swig -c++ -ruby -I../../src `pkg-config mlt-framework --cflags` mltpp.i" )
-$CFLAGS += " -I../../src `pkg-config mlt-framework --cflags`"
-$LDFLAGS += " -L../../src -lmlt++"
-create_makefile('mltpp')
+system( "swig -c++ -ruby -I../../mlt++ `pkg-config mlt-framework --cflags` mltpp.i" )
+$CFLAGS += " -I../../mlt++ `pkg-config mlt-framework --cflags`"
+$LDFLAGS += " -L../../mlt++ -lmlt++"
+create_makefile('mlt')
 system( 'make' )