瀏覽代碼

Relocate include/ files to src/, to simplify dist packaging

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
Joachim Nilsson 5 年之前
父節點
當前提交
d6a0fb6720
共有 3 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/Makefile.am
  2. 0
    0
      src/helpers.h
  3. 0
    0
      src/light.h

+ 1
- 1
src/Makefile.am 查看文件

@@ -1,5 +1,5 @@
1 1
 bin_PROGRAMS   = light
2
-light_SOURCES  = main.c light.c ../include/light.h helpers.c ../include/helpers.h
2
+light_SOURCES  = main.c light.c light.h helpers.c helpers.h
3 3
 light_CPPFLAGS = -I../include -D_XOPEN_SOURCE=500
4 4
 light_CFLAGS   = -W -Wall -Wextra -pedantic -std=c89
5 5
 

include/helpers.h → src/helpers.h 查看文件


include/light.h → src/light.h 查看文件