From 9ced06d550c0c5069e1a890a96ce4701a2eddf59 Mon Sep 17 00:00:00 2001
From: Maxim Mamontov <faust.madf@gmail.com>
Date: Sun, 10 Apr 2011 09:46:48 +0300
Subject: [PATCH] Fix Makefile.conf path

---
 include/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/Makefile b/include/Makefile
index 814b4ad0..5905fc30 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,4 +1,4 @@
-include ../../Makefile.conf
+include ../Makefile.conf
 
 INCS = stg/admin_conf.h \
        stg/admin_conf.inc.h \
-- 
2.44.2