wolkykim / libasyncd

Libasyncd is an embeddable event-based asynchronous Message/HTTP server framework for C/C++.

Home Page:http://wolkykim.github.io/libasyncd/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install does not install transitively-required headers

dascandy opened this issue · comments

When including asyncd/ad_server.h it complains about qlibc's headers. Can you also install qlibc if it is not already there, when you do make install? Otherwise you get an unusable install.

That's a good point. Let me see what I can do for this.

So far I just did a cp -R of the relevant include folder and that seems to work for compiling - didn't get to linking yet.

The link in my last comment on #13 would solve this, thought it probably requires using Automake.

Introducing "install-libs" target rather than forcing the install due to some possible overwrite if users are using custom-built qlibc already.