X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile;h=9e44d90a3a35134cd7beb6d92b775fe0f77fb2e4;hp=17fa4a2206bd520e02270223bb6d380e2ec26f54;hb=1ddba66a3f4a7a118bc774d16cde00739144afcf;hpb=31b54bc78735c628035a046e526ac4c596d830cf diff --git a/Makefile b/Makefile index 17fa4a22..9e44d90a 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,6 @@ extra_cflags := $(shell pkg-config --cflags glib-2.0 gmime-2.4 talloc) extra_cxxflags := $(shell xapian-config --cxxflags) emacs_lispdir := $(shell pkg-config emacs --variable sitepkglispdir) -emacs_startdir := $(shell pkg-config emacs --variable sitestartdir) # Now smash together user's values with our extra values override CFLAGS += $(WARN_FLAGS) $(extra_cflags)