wolkykim / libasyncd

Libasyncd is an embeddable event-based asynchronous Message/HTTP server framework for C/C++.
http://wolkykim.github.io/libasyncd/
Other
174 stars 36 forks source link

Install does not install transitively-required headers #17

Closed dascandy closed 8 years ago

dascandy commented 8 years ago

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.

wolkykim commented 8 years ago

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

dascandy commented 8 years ago

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.

codebrainz commented 8 years ago

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

wolkykim commented 8 years ago

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