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