Sfoglia il codice sorgente

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

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
Joachim Nilsson 5 anni fa
parent
commit
d6a0fb6720
3 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/Makefile.am
  2. 0
    0
      src/helpers.h
  3. 0
    0
      src/light.h

+ 1
- 1
src/Makefile.am Vedi File

@@ -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 Vedi File


include/light.h → src/light.h Vedi File