Commit b17cae8c authored by marko's avatar marko

setup.sh: Link also CMakeLists.txt.

parent b7584973
...@@ -35,7 +35,7 @@ do ...@@ -35,7 +35,7 @@ do
ln -s ../../../innodb/"$dir"* . ln -s ../../../innodb/"$dir"* .
cd .. cd ..
done done
for file in configure.in Makefile.am for file in configure.in Makefile.am CMakeLists.txt
do do
ln -s ../../innodb/"$file" . ln -s ../../innodb/"$file" .
done done
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment