Menu

#55 Error with Makefile.am in ./More/

version_2.0
closed
None
5
2014-11-13
2014-11-13
Mike Keith
No

The following line is busted, as it lists a whole directory as a source tree. This makes distributions include all the object files which breaks things badly.
libdspsrmore_la_SOURCES = $(top_srcdir)/Signal/General/

Needs to be fixed, but I'm not quite sure what this library is supposed to contain (why not just link with libdspdsp.la?)

Discussion

  • Willem van Straten

    this library contains no source code (only sub-directories with source code) and need not link with any other library. An empty macro

    libdspsrmore_la_SOURCES =

    is required to stop automake from expecting libdspsrmore.c

     
  • Willem van Straten

    • status: open --> closed
    • assigned_to: Willem van Straten
     

Log in to post a comment.