mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 12:05:11 +00:00
12 lines
223 B
PkgConfig
12 lines
223 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: audiofile
|
|
Description: audiofile
|
|
Requires:
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -laudiofile
|
|
Libs.private: -lm
|
|
Cflags: -I${includedir}
|