HerbertKoelman / cpp-atmi

Application-to-Transaction Monitor Interface (ATMI) C++ library
http://herbertkoelman.github.com/cpp-atmi
Other
7 stars 0 forks source link

Make target install/unsinstall are not handling new header files #29

Closed HerbertKoelman closed 11 years ago

HerbertKoelman commented 11 years ago

In makefile we should loop through all existing header files in include/ and install/uninstall the ones that were found.

This way we will not miss any new header file when one run make install ...