Author Topic: New file in custom Makefile project.  (Read 2357 times)

cooldex

  • Guest
New file in custom Makefile project.
« on: March 02, 2010, 10:34:27 am »
Hi,
     I use custom makefile project with code blocks. It work fine. My project can be compiled. But when I add new files with a makefile.am in the new folder, the new files can't be compiled. The makefile do not generated. How to do to make the new files compiled?

Thanks!