Commit 24656f3cf49ec20dbc0611aebcd7dd80ab6af097

sammy 2008-04-30T14:07:52

* Fix Makefile to add missing header files in "make dist".

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/src/Makefile.am b/src/Makefile.am
index dbf788b..1b71483 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,6 +11,7 @@ libftgl_la_SOURCES = \
     FTFace.h \
     FTGlyphContainer.cpp \
     FTGlyphContainer.h \
+    FTInternals.h \
     FTLibrary.cpp \
     FTLibrary.h \
     FTList.h \
@@ -33,7 +34,7 @@ libftgl_la_LDFLAGS = \
 ftgldir = $(includedir)/FTGL
 ftgl_HEADERS = $(ftgl_headers)
 
-ftfont_headers = \
+ftgl_headers = \
     ../include/ftgl.h \
     ../include/FTBBox.h \
     ../include/FTPoint.h \