diff options
Diffstat (limited to 'make-symlinks.sh')
-rw-r--r-- | make-symlinks.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-symlinks.sh b/make-symlinks.sh index 67a9bc99e..6633e89e7 100644 --- a/make-symlinks.sh +++ b/make-symlinks.sh @@ -2,7 +2,7 @@ cd include rm -f q*.h ntq*.h ln -s ../src/*/q*.h ../src/*/ntq*.h . -ln -s ../src/sql/drivers/*/qsql_*.h . +ln -s ../src/sql/drivers/*/tqsql_*.h . ln -s ../extensions/*/src/ntq*.h . ln -s ../tools/assistant/lib/ntqassistantclient.h . ln -s ../tools/designer/uilib/ntqwidgetfactory.h . |