Selaa lähdekoodia

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

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
Joachim Nilsson 6 vuotta sitten
vanhempi
commit
d6a0fb6720
3 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/Makefile.am
  2. 0
    0
      src/helpers.h
  3. 0
    0
      src/light.h

+ 1
- 1
src/Makefile.am Näytä tiedosto

@@ -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 Näytä tiedosto


include/light.h → src/light.h Näytä tiedosto