6.2. Specifying the source files
- One can specify the source files for each super target by typing the base name of the package (with
_
's instead of-
's etc) followed by_SOURCES
followed by an equal sign and a list of the sources. - Example:
lib_LTLIBRARIES = libpthread_rwlock_fcfs.la libpthread_rwlock_fcfs_la_SOURCES = rwlock.c queue.c