diff options
Diffstat (limited to 'Build/source/libs/graphite/engine-2.3.1/src/painter/Makefile.am')
-rw-r--r-- | Build/source/libs/graphite/engine-2.3.1/src/painter/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/libs/graphite/engine-2.3.1/src/painter/Makefile.am b/Build/source/libs/graphite/engine-2.3.1/src/painter/Makefile.am new file mode 100644 index 00000000000..497d31bd018 --- /dev/null +++ b/Build/source/libs/graphite/engine-2.3.1/src/painter/Makefile.am @@ -0,0 +1,5 @@ +painterdir = $(top_srcdir)/src/painter + +libgraphite_la_SOURCES += $(painterdir)/SegmentPainter.cpp + +#EXTRA_DIST += $(painterdir)/*.h |