]> git.tdb.fi Git - builder.git/blobdiff - source/sourcepackage.h
Make install_location a path
[builder.git] / source / sourcepackage.h
index 6793d255bdd90898878e5e994cd338478dff9328..b09ccf2a704f993cd8d873e0b28c2e198cf5149f 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2007-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef SOURCEPACKAGE_H_
 #define SOURCEPACKAGE_H_
 
@@ -99,6 +92,8 @@ private:
        /** Fills in build info based on configuration.  All required packages must be
        configured when this is called. */
        virtual void create_build_info();
+
+       virtual void create_targets();
 };
 
 #endif