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

Last change on this file since 2621 was 2604, checked in by Sam Hocevar, 15 years ago
  • Add a blur example.
File size: 216 bytes
Line 
1# $Id$
2
3AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/pipi
4
5bin_PROGRAMS = img2rubik blur
6
7blur_SOURCES = blur.c
8blur_LDADD = ../pipi/libpipi.la
9
10img2rubik_SOURCES = img2rubik.c
11img2rubik_LDADD = ../pipi/libpipi.la
12
Note: See TracBrowser for help on using the repository browser.