]> git.tdb.fi Git - builder.git/blobdiff - source/package.h
Rewrite the find_* functions
[builder.git] / source / package.h
index 411eff06060ac6048cc521cf91c0daf35cff0492..e107abc273fd1f691ef7d31cc55cfd36d3197d6d 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2007, 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef PACKAGE_H_
 #define PACKAGE_H_
 
@@ -69,6 +62,9 @@ public:
 protected:
        virtual void do_configure(const StringMap &, unsigned) { }
        virtual void create_build_info() { }
+
+public:
+       virtual void create_targets() { }
 };
 
 #endif