forked from libyal/libevtx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibevtx.pc.in
More file actions
12 lines (10 loc) · 801 Bytes
/
libevtx.pc.in
File metadata and controls
12 lines (10 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libevtx
Description: Library to access the Windows XML Event Log (EVTX) format
Version: @VERSION@
Libs: -L${libdir} -levtx
Libs.private: @ax_libbfio_pc_libs_private@ @ax_libcdata_pc_libs_private@ @ax_libcerror_pc_libs_private@ @ax_libcfile_pc_libs_private@ @ax_libclocale_pc_libs_private@ @ax_libcnotify_pc_libs_private@ @ax_libcpath_pc_libs_private@ @ax_libcsplit_pc_libs_private@ @ax_libcthreads_pc_libs_private@ @ax_libfcache_pc_libs_private@ @ax_libfdata_pc_libs_private@ @ax_libfdatetime_pc_libs_private@ @ax_libfguid_pc_libs_private@ @ax_libfvalue_pc_libs_private@ @ax_libfwevt_pc_libs_private@ @ax_libfwnt_pc_libs_private@ @ax_libuna_pc_libs_private@ @ax_pthread_pc_libs_private@
Cflags: -I${includedir}