efl/pc/ecore-file.pc.in

13 lines
320 B
PkgConfig
Raw Normal View History

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: ecore-file
Description: E core library, File module
Requires.private: @requirements_pc_ecore_file@
Version: @VERSION@
Libs: -L${libdir} -lecore_file
Libs.private: @requirements_libs_ecore_file@
Cflags: -I${includedir}/ecore-@VMAJ@