unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 95a960b1241153f0c2867c579b3b2e11d44f2e31 377 bytes (raw)
name: util/meson.build 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
 
notmuch_util_srcs = [
	'crypto.c',
	'error_util.c',
	'gmime-extra.c',
	'hex-escape.c',
	'repair.c',
	'string-util.c',
	'talloc-extra.c',
	'unicode-util.c',
	'util.c',
	'xutil.c',
	'zlib-extra.c',
]

inc_util = include_directories('.')

lib_util = static_library('notmuch-util', notmuch_util_srcs,
			  include_directories: [inc_compat, inc_util],
			  dependencies: dep_gmime)

debug log:

solving 95a960b12411 ...
found 95a960b12411 in https://yhetil.org/notmuch/20200111164049.8237-1-jani@nikula.org/

applying [1/1] https://yhetil.org/notmuch/20200111164049.8237-1-jani@nikula.org/
diff --git a/util/meson.build b/util/meson.build
new file mode 100644
index 000000000000..95a960b12411

Checking patch util/meson.build...
Applied patch util/meson.build cleanly.

index at:
100644 95a960b1241153f0c2867c579b3b2e11d44f2e31	util/meson.build

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).