]> git.tdb.fi Git - builder.git/blobdiff - source/sharedlibrary.cpp
Refactor transitive dependencies to work on all targets
[builder.git] / source / sharedlibrary.cpp
diff --git a/source/sharedlibrary.cpp b/source/sharedlibrary.cpp
deleted file mode 100644 (file)
index 0431f27..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "component.h"
-#include "package.h"
-#include "sharedlibrary.h"
-
-using namespace std;
-
-SharedLibrary::SharedLibrary(Builder &b, const Component &c, const list<ObjectFile *> &objs):
-       Executable(b, c, objs),
-       libname(c.get_name())
-{ }
-