Add cfw_class_name().

This commit is contained in:
Jonathan Schleifer 2012-04-08 21:05:46 +02:00
parent 405ecc9c73
commit 794d352d33
3 changed files with 37 additions and 2 deletions

View file

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