Hello,
I am trying to integrate my code within the pfstmo package on my computer, and I am having troubles even to get to compile the code.
This is what I have done:
1) downloaded the pfstmo code, compiled and installed, and everything ok.
2) Added my code to the pfstmo/src/newTMO/ with a Makefile etc.
3) Added the path of my code to the ptstmo/
configure.ac as
AC_CONFIG_FILES([ src/newTMO/Makefile ]) 4) autoheader, automake --add-missing, autoconf, configure, make
but the code is not being compiled, what am I missing?
Thank you for your help