Merge branch 'master' of https://git.maemo.org/projects/erwise
[erwise] / HText / Imakefile
1 #
2 #
3 #
4
5            OBJS = DefaultStyles.o HText.o dummy.o
6            SRCS = DefaultStyles.c HText.c dummy.c
7
8         DEFINES = -I../Cl/WWWLibrary
9
10 NormalLibraryTarget(Ht, $(OBJS))
11
12 DependTarget()