diff options
| author | Robert Collins <robertc@robertcollins.net> | 2009-05-08 19:53:16 +1000 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2009-05-08 19:53:16 +1000 |
| commit | 8967de7280e3ac990779e8b51674d2ce9f33b341 (patch) | |
| tree | 4763aa7029b48537f117833d95b32289529bef7a /c/SConscript | |
| parent | a5a8f00dc293dfdda2ebc2f198bb3d3434e6b75c (diff) | |
| parent | db8ea36ec0ae0200e8f8f2de90a22f475762b166 (diff) | |
| download | subunit-git-8967de7280e3ac990779e8b51674d2ce9f33b341.tar.gz | |
Merge autoconf transition and jaunty build updates.
Diffstat (limited to 'c/SConscript')
| -rw-r--r-- | c/SConscript | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/c/SConscript b/c/SConscript deleted file mode 100644 index c1dc767..0000000 --- a/c/SConscript +++ /dev/null @@ -1,14 +0,0 @@ -Import('*') -# describe what we need for C -subunit = SharedLibrary('lib/subunit', ['lib/child.c']) -test_child = Program('tests/test_child.c', - LIBS=['check', 'subunit'], - CPPPATH='include', - LIBPATH='lib') -tests.append(env.TestRC('check', test_child, LIBPATH='lib')) -installs=[] -installs.append(env.Install(lib, subunit)) -installs.append(env.Install(include, 'include/subunit/child.h')) -env.Alias('install', installs) -Default(subunit) - |
