Install includes.
This commit is contained in:
parent
ff54f0e5cd
commit
405ecc9c73
2 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT(CoreFW, 0.1, js@webkeks.org)
|
AC_INIT(corefw, 0.1, js@webkeks.org)
|
||||||
AC_CONFIG_SRCDIR(src)
|
AC_CONFIG_SRCDIR(src)
|
||||||
|
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
|
|
|
@ -7,4 +7,7 @@ SRCS = cfwarray.c \
|
||||||
cfwobject.c \
|
cfwobject.c \
|
||||||
cfwstring.c
|
cfwstring.c
|
||||||
|
|
||||||
|
INCLUDES = ${SRCS:.c=.h} \
|
||||||
|
cfwclass.h
|
||||||
|
|
||||||
include ../buildsys.mk
|
include ../buildsys.mk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue