Add header files as sources

This commit is contained in:
mainzelm 2004-04-19 11:09:58 +00:00
parent b1d66d849e
commit fc26675328
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ INCLUDES = -I@top_srcdir@/c/xlib -I@top_srcdir@/c/libs -I@x_includes@ \
noinst_LTLIBRARIES = libscxxft.la
if WITH_XFT
xft_sources = xft.c xrender.c
xft_sources = xft.c xft.h xrender.c xrender.h
xft_libadd = -lXft
endif