15cf6b26b1
* generate a include header depending on where the soundcard.h file was found as that is in system paths that must not be added to the include search paths. * fix detection, the if/else was mixed up and completely broken.
7 lines
105 B
C
7 lines
105 B
C
#ifndef OSS_INCLUDES_H_
|
|
#define OSS_INCLUDES_H_
|
|
|
|
#include <@OSS_HDR_NAME@>
|
|
|
|
#endif /* OSS_INCLUDES_H_ */
|