summaryrefslogtreecommitdiff
path: root/examples/text/Makefile.am
blob: 19f6e706b2d7e7ed5def1c68fc3e9726f504d8b9 (plain)
1
2
3
4
5
6
7
8
9
10
include $(top_srcdir)/examples/Makefile.am_fragment

# build the executable but don't install it
noinst_PROGRAMS = text_rotate toy-text user-font

text_rotate_SOURCES = text-rotate.cc
toy_text_SOURCES=toy-text.cc
user_font_SOURCES=user-font.cc

CLEANFILES = text-rotate.png toy-text.png user-font.png