2017-07-12 08:26:39 +02:00
|
|
|
diff -ruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-ftgl-2.1.3~rc5/src/Makefile.am ./src/Makefile.am
|
|
|
|
--- ../orig-ftgl-2.1.3~rc5/src/Makefile.am 2008-05-23 09:13:42.000000000 +0200
|
|
|
|
+++ ./src/Makefile.am 2017-06-28 15:13:01.803157035 +0200
|
2017-12-07 13:48:10 +01:00
|
|
|
@@ -39,6 +39,11 @@
|
2017-07-12 08:26:39 +02:00
|
|
|
ftgl_HEADERS = $(ftgl_headers)
|
|
|
|
|
|
|
|
ftgl_headers = \
|
|
|
|
+ FTVectoriser.h \
|
2017-12-07 13:48:10 +01:00
|
|
|
+ FTContour.h \
|
|
|
|
+ FTLibrary.h \
|
|
|
|
+ FTList.h \
|
|
|
|
+ FTVector.h \
|
2017-07-12 08:26:39 +02:00
|
|
|
FTGL/ftgl.h \
|
|
|
|
FTGL/FTBBox.h \
|
|
|
|
FTGL/FTBuffer.h \
|