source: libpipi/trunk/examples/Makefile.am @ 2935

Revision 2935, 675 bytes checked in by sam, 5 years ago (diff)

Do not install example programs.

Line 
1# $Id$
2
3AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/pipi -I../pipi
4
5noinst_PROGRAMS = edd img2rubik sharpen floodfill line bezier histogram \
6        colorstring
7
8edd_SOURCES = edd.c
9edd_LDADD = ../pipi/libpipi.la
10
11img2rubik_SOURCES = img2rubik.c
12img2rubik_LDADD = ../pipi/libpipi.la
13
14sharpen_SOURCES = sharpen.c
15sharpen_LDADD = ../pipi/libpipi.la
16
17floodfill_SOURCES = floodfill.c
18floodfill_LDADD = ../pipi/libpipi.la
19
20line_SOURCES = line.c
21line_LDADD = ../pipi/libpipi.la
22
23bezier_SOURCES = bezier.c
24bezier_LDADD = ../pipi/libpipi.la
25
26histogram_SOURCES = histogram.c
27histogram_LDADD = ../pipi/libpipi.la
28
29colorstring_SOURCES = colorstring.c
30colorstring_LDADD = ../pipi/libpipi.la
Note: See TracBrowser for help on using the repository browser.