X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=util%2FMakefile.local;fp=util%2FMakefile.local;h=2ff42b3d85f2e644b45fd8f51c0ada496395027c;hb=1dedfc90f6eee7cad10f1a1ceb39a7a1c4dbd1b1;hp=0000000000000000000000000000000000000000;hpb=a1ca7e8ebb49ee92ebe8e4abe3db27491d7bbddf;p=notmuch diff --git a/util/Makefile.local b/util/Makefile.local new file mode 100644 index 00000000..2ff42b3d --- /dev/null +++ b/util/Makefile.local @@ -0,0 +1,11 @@ +# -*- makefile -*- + +dir := util +extra_cflags += -I$(srcdir)/$(dir) + +libutil_c_srcs := $(dir)/xutil.c $(dir)/error_util.c + +libutil_modules := $(libutil_c_srcs:.c=.o) + +$(dir)/libutil.a: $(libutil_modules) + $(call quiet,AR) rcs $@ $^