summaryrefslogtreecommitdiff
path: root/cut-n-paste-code
diff options
context:
space:
mode:
authorRamiro Estrugo <ramiro@src.gnome.org>2000-07-20 18:24:09 +0000
committerRamiro Estrugo <ramiro@src.gnome.org>2000-07-20 18:24:09 +0000
commit72b1813c7564a012ffffe1e5cc45ffd17b3ac842 (patch)
tree8a7e5c6a8aeb525fb0d9826a1369420a1b68703e /cut-n-paste-code
parent78c086870256dd80c2d7c81dc787175248f56707 (diff)
downloadnautilus-72b1813c7564a012ffffe1e5cc45ffd17b3ac842.tar.gz
Add missing included .[ch] files to build to make distcheck happy.
* cut-n-paste-code/freetype/Makefile.am: Add missing included .[ch] files to build to make distcheck happy.
Diffstat (limited to 'cut-n-paste-code')
-rw-r--r--cut-n-paste-code/freetype/Makefile.am114
1 files changed, 113 insertions, 1 deletions
diff --git a/cut-n-paste-code/freetype/Makefile.am b/cut-n-paste-code/freetype/Makefile.am
index cc97b2b2a..eec797df6 100644
--- a/cut-n-paste-code/freetype/Makefile.am
+++ b/cut-n-paste-code/freetype/Makefile.am
@@ -26,20 +26,132 @@ libfreetype2_la_SOURCES = \
$(NULL)
noinst_HEADERS = \
- ftconfig.h \
+ autohint.h \
+ cidafm.h \
+ cidgload.h \
+ cidload.h \
+ cidobjs.h \
+ cidparse.h \
+ cidriver.h \
+ cidtokens.h \
freetype.h \
ftbbox.h \
+ ftcalc.h \
+ ftconfig.h \
+ ftdebug.h \
+ ftdriver.h \
fterrors.h \
+ ftextend.h \
ftglyph.h \
+ ftgrays.h \
ftimage.h \
+ ftlist.h \
+ ftmemory.h \
ftmm.h \
ftmodule.h \
+ ftobjs.h \
+ ftoption.h \
ftoutln.h \
+ ftraster.h \
+ ftrend1.h \
ftrender.h \
+ ftsmooth.h \
+ ftstream.h \
ftsystem.h \
fttypes.h \
+ psmodule.h \
+ psnames.h \
+ pstables.h \
+ sfdriver.h \
+ sfnt.h \
+ sfobjs.h \
+ t1afm.h \
+ t1driver.h \
+ t1errors.h \
+ t1gload.h \
+ t1hinter.h \
+ t1load.h \
+ t1objs.h \
+ t1parse.h \
t1tables.h \
+ t1tokens.h \
+ t1types.h \
+ t2driver.h \
+ t2errors.h \
+ t2gload.h \
+ t2load.h \
+ t2objs.h \
+ t2parse.h \
+ t2tokens.h \
+ t2types.h \
+ ttcmap.h \
+ ttdriver.h \
+ tterrors.h \
+ ttgload.h \
+ ttinterp.h \
+ ttload.h \
ttnameid.h \
+ ttobjs.h \
+ ttpload.h \
+ ttpost.h \
+ ttsbit.h \
tttables.h \
tttags.h \
+ tttypes.h \
+ winfnt.h \
+ z1afm.h \
+ z1driver.h \
+ z1gload.h \
+ z1load.h \
+ z1objs.h \
+ z1parse.h \
+ z1tokens.h \
+ $(NULL)
+
+EXTRA_DIST = \
+ cidgload.c \
+ cidload.c \
+ cidobjs.c \
+ cidparse.c \
+ cidriver.c \
+ ftcalc.c \
+ ftextend.c \
+ ftgrays.c \
+ ftlist.c \
+ ftobjs.c \
+ ftoutln.c \
+ ftraster.c \
+ ftrend1.c \
+ ftsmooth.c \
+ ftstream.c \
+ sfdriver.c \
+ sfobjs.c \
+ t1afm.c \
+ t1driver.c \
+ t1gload.c \
+ t1hinter.c \
+ t1load.c \
+ t1objs.c \
+ t1parse.c \
+ t1tokens.c \
+ t2driver.c \
+ t2gload.c \
+ t2load.c \
+ t2objs.c \
+ t2parse.c \
+ ttcmap.c \
+ ttdriver.c \
+ ttgload.c \
+ ttinterp.c \
+ ttload.c \
+ ttobjs.c \
+ ttpload.c \
+ ttpost.c \
+ ttsbit.c \
+ z1afm.c \
+ z1driver.c \
+ z1gload.c \
+ z1load.c \
+ z1objs.c \
+ z1parse.c \
$(NULL)