fluidsynth/fluidsynth.pc.in

13 lines
324 B
PkgConfig
Raw Normal View History

2003-03-11 16:56:45 +00:00
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: FluidSynth
Description: Software SoundFont synth
Version: @VERSION@
Requires.private: @PC_REQUIRES_PRIV_JOINED@
2003-03-11 16:56:45 +00:00
Libs: -L${libdir} -lfluidsynth
Libs.private: @LIBS_PRIVATE_JOINED@ @LIBS_PRIVATE_WITH_PATH_JOINED@
2003-03-11 16:56:45 +00:00
Cflags: -I${includedir}