Folks,

I have been recently reviewing some downstream changes in tomcat-native.
Can someone explain me why we install headers files along with .pc file?

.
├── bin
├── include
│   ├── ssl_private.h
│   ├── tcn_api.h
│   ├── tcn_version.h
│   └── tcn.h
└── lib
    ├── libtcnative-1.a
    ├── libtcnative-1.la
    ├── libtcnative-1.so -> libtcnative-1.so.0.2.23
    ├── libtcnative-1.so.0 -> libtcnative-1.so.0.2.23
    ├── libtcnative-1.so.0.2.23
    └── pkgconfig
        └── tcnative-1.pc

Why is bin dir created although we don't install anything into it?!

ssl_private.h shouldn't definitively be there. What about the rest? Does it really make sense to install them at all? Can/Are there (be) any C users who compile and link against libtcnative?

Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to