Install includes.

This commit is contained in:
Jonathan Schleifer 2012-04-08 21:02:11 +02:00
parent ff54f0e5cd
commit 405ecc9c73
2 changed files with 4 additions and 1 deletions

View file

@ -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_CANONICAL_HOST

View file

@ -7,4 +7,7 @@ SRCS = cfwarray.c \
cfwobject.c \
cfwstring.c
INCLUDES = ${SRCS:.c=.h} \
cfwclass.h
include ../buildsys.mk