Sergei Golubchik <serg@askmonty.org> writes:
Hi, Kristian!
On Jan 25, Kristian Nielsen wrote:
Kristian Nielsen <knielsen@knielsen-hq.org> writes:
So if I understand you correctly, you are saying that libmariadbclient-dev should install every .h file that `make install` does.
Do we really have to do this?
Eg. files like these:
/usr/local/mysql/include/decimal.h /usr/local/mysql/include/errmsg.h /usr/local/mysql/include/keycache.h
Weird. How did you do that? :)
Just `cmake . && make && make install DESTDIR=xxx` ... What's wierd about this (just curious, didn't understand)?
Yes. Only psi* files should be in /usr/include/mysql/psi/*
In other words, files $top_srcdir/include/*.h go into /usr/include/mysql. Everything $top_srcdir/include/mysql/* also goes into /usr/include/mysql.
Ok, will do, thanks for the help! - Kristian.