aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 19b51491..436dacfc 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,9 @@ override LDFLAGS += `pkg-config --libs glib-2.0 gmime-2.4 talloc` \
include Makefile.local
include lib/Makefile.local
+# And get user settings from the output of configure
+include Makefile.config
+
%.o: %.cc
$(CXX) -c $(CFLAGS) $(CXXFLAGS) $< -o $@