commit 7f8ebb7d0dcb687574554b877a0e84f48718df37 parent 360b3d67b0457016e4cc32dfd378fd01d30f48df Author: Drew DeVault <sir@cmpwn.com> Date: Sun, 16 Aug 2015 11:02:56 -0400 Move headers to include/ Diffstat:
12 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -21,7 +21,7 @@ FILE(GLOB sources ${PROJECT_SOURCE_DIR}/sway/*.c) include_directories( ${WLC_INCLUDE_DIRS} - sway/ + include/ ) add_executable(sway diff --git a/sway/commands.h b/include/commands.h diff --git a/sway/config.h b/include/config.h diff --git a/sway/container.h b/include/container.h diff --git a/sway/handlers.h b/include/handlers.h diff --git a/sway/layout.h b/include/layout.h diff --git a/sway/list.h b/include/list.h diff --git a/sway/log.h b/include/log.h diff --git a/sway/movement.h b/include/movement.h diff --git a/sway/readline.h b/include/readline.h diff --git a/sway/stringop.h b/include/stringop.h diff --git a/sway/workspace.h b/include/workspace.h