diff options
Diffstat (limited to 'Src/external_dependencies/openmpt-trunk/libopenmpt/libopenmpt.pc.in')
-rw-r--r-- | Src/external_dependencies/openmpt-trunk/libopenmpt/libopenmpt.pc.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Src/external_dependencies/openmpt-trunk/libopenmpt/libopenmpt.pc.in b/Src/external_dependencies/openmpt-trunk/libopenmpt/libopenmpt.pc.in new file mode 100644 index 00000000..5d480a82 --- /dev/null +++ b/Src/external_dependencies/openmpt-trunk/libopenmpt/libopenmpt.pc.in @@ -0,0 +1,14 @@ + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +includedir=@includedir@ +libdir=@libdir@ + +Name: libopenmpt +Description: Tracker module player based on OpenMPT +Version: @VERSION@ +Requires.private: @LIBOPENMPT_REQUIRES_PRIVATE@ +Libs: -L${libdir} -lopenmpt +Libs.private: @LIBOPENMPT_LIBS_PRIVATE@ +Cflags: -I${includedir} + |