From 93907d7e7a2741818d4b5e1c3ea645f784f7347e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Nov 2012 21:42:20 -0600 Subject: Automatically update admin submodule and copy sustem libtool files before first build Fix FTBFS in many TDE sample projects Place TDE sample projects in a TDE category instead of a KDE category --- buildtools/autotools/autoprojectpart.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'buildtools/autotools/autoprojectpart.h') diff --git a/buildtools/autotools/autoprojectpart.h b/buildtools/autotools/autoprojectpart.h index 91f57b62..63da2fd9 100644 --- a/buildtools/autotools/autoprojectpart.h +++ b/buildtools/autotools/autoprojectpart.h @@ -104,6 +104,7 @@ private slots: void slotMakefilecvs(); void slotMakeMessages(); void slotConfigure(); + void slotUpdateAdminDirectory(); void slotExecute(); void slotExecute2(); void slotExecuteTargetAfterBuild( const TQString& command ); @@ -125,7 +126,9 @@ private: TQString makeEnvironment() const; void setWantautotools(); TQString makefileCvsCommand() const; + TQString makefileCopySystemLibtoolCommand() const; TQString configureCommand() const; + TQString updateAdminDirectoryCommand() const; TQMap m_timestamp; bool m_executeAfterBuild; -- cgit v1.2.1