Moved log.hpp and elog.hpp to a folder under phosphor-logging

Now these files are copied to a folder under phosphor-logging,
other repositories will need to be fixed. I'm leaving the files in
the base dir as well until I work on fixing all projects that
utilizes log.hpp and elog.hpp

Change-Id: Ie4640852727c1572325e974548737bc70a6db7c2
Signed-off-by: Saqib Khan <khansa@us.ibm.com>
diff --git a/Makefile.am b/Makefile.am
index 1e9d331..bf12174 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,13 @@
 # export these headers
-include_HEADERS = log.hpp elog.hpp elog-errors-HostEvent.hpp
+include_HEADERS = \
+	phosphor-logging/log.hpp \
+	phosphor-logging/elog.hpp \
+	phosphor-logging/elog-errors-HostEvent.hpp
+
+nobase_include_HEADERS = \
+	phosphor-logging/log.hpp \
+	phosphor-logging/elog.hpp \
+	phosphor-logging/elog-errors-HostEvent.hpp
 
 # Generate this header, don't export in a distro
 nodist_include_HEADERS = elog-gen.hpp