unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob eb38516ea849e3f0dae0ba38d8dbcee97ac293e7 651 bytes (raw)
name: lib/SConscript 	 # 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
 
# -*- mode: python; coding: utf-8 -*-

Import('topenv')

env = topenv.Clone()

libnotmuch = env.Library('notmuch', ['libsha1.c',
                                     'message-file.c',
                                     'messages.c',
                                     'sha1.c',
                                     'tags.c',
                                     'xutil.c',
                                     'database.cc',
                                     'index.cc',
                                     'message.cc',
                                     'query.cc',
                                     'thread.cc'])

Return('libnotmuch')

debug log:

solving eb38516 ...
found eb38516 in https://yhetil.org/notmuch/1258897630-22282-1-git-send-email-jeff@ocjtech.us/

applying [1/1] https://yhetil.org/notmuch/1258897630-22282-1-git-send-email-jeff@ocjtech.us/
diff --git a/lib/SConscript b/lib/SConscript
new file mode 100644
index 0000000..eb38516

Checking patch lib/SConscript...
Applied patch lib/SConscript cleanly.

index at:
100644 eb38516ea849e3f0dae0ba38d8dbcee97ac293e7	lib/SConscript

(*) 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).