summaryrefslogtreecommitdiff
path: root/src/FreeType
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2015-09-02 19:15:27 -0700
committerMatt Turner <mattst88@gmail.com>2015-12-09 11:39:15 -0800
commit903cd14547b445d7f40b52462750fc8b28441581 (patch)
treebc12bd72eb0801c483443df1f17030ce70872fd7 /src/FreeType
parent9928d71ec04cd630a8ed9c583d144decb4e98c05 (diff)
downloadxorg-lib-libXfont-903cd14547b445d7f40b52462750fc8b28441581.tar.gz
Convert to non-recursive build.
Diffstat (limited to 'src/FreeType')
-rw-r--r--src/FreeType/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/FreeType/Makefile.am b/src/FreeType/Makefile.am
deleted file mode 100644
index ab60ffa..0000000
--- a/src/FreeType/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-AM_CPPFLAGS = \
- -I${top_srcdir}/include
-
-AM_CFLAGS = $(FREETYPE_CFLAGS) $(XFONT_CFLAGS) $(OS_CFLAGS) $(CWARNFLAGS)
-
-noinst_LTLIBRARIES = libft.la
-
-libft_la_SOURCES = \
- ft.h \
- ftfuncs.h \
- xttcap.h \
- ftenc.c \
- ftfuncs.c \
- fttools.c \
- xttcap.c