diff options
Diffstat (limited to '')
-rw-r--r-- | ecore/ecore.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ecore/ecore.pc.in b/ecore/ecore.pc.in new file mode 100644 index 0000000..39c2c36 --- /dev/null +++ b/ecore/ecore.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: ecore +Description: Ecore event abstraction library (FIXME) +Requires: @requirements@ +Version: @VERSION@ +Libs: -L${libdir} -lecore @ecore_txt_libs@ @ecore_x_libs@ @ecore_job_libs@ @ecore_fb_libs@ @ecore_evas_libs@ @ecore_con_libs@ @ecore_ipc_libs@ @ecore_config_libs@ @ecore_file_libs@ +Cflags: -I${includedir} |