I have autotools project and I would like to add some third-party source code (libsoxr) with own cmake configuration. But I don't know what add to configure.ac and makefile.am.
I need execute this commands:
libsoxr/cmake -DBUILD_SHARED_LIBS=OFF
libsoxr/make
and than link libsoxr/src/libsoxr.a to my own code
Does somebody know anything about this configuration?