summaryrefslogtreecommitdiffstats
path: root/buildtools/autotools/autoprojectpart.h
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/autotools/autoprojectpart.h')
-rw-r--r--buildtools/autotools/autoprojectpart.h3
1 files changed, 3 insertions, 0 deletions
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<TQString, TQDateTime> m_timestamp;
bool m_executeAfterBuild;