diff --git a/examples/Makefile.am b/examples/Makefile.am index e4cb5dc..70c8b49 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -2,7 +2,8 @@ AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/pipi -I../pipi -bin_PROGRAMS = edd img2rubik sharpen floodfill line bezier histogram colorstring +noinst_PROGRAMS = edd img2rubik sharpen floodfill line bezier histogram \ + colorstring edd_SOURCES = edd.c edd_LDADD = ../pipi/libpipi.la