Changeset 2694 for libpipi/trunk/examples
- Timestamp:
- Aug 11, 2008, 2:51:05 AM (15 years ago)
- Location:
- libpipi/trunk/examples
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/examples/Makefile.am
r2676 r2694 3 3 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/pipi 4 4 5 bin_PROGRAMS = blur dither edd img2rubik sharpen floodfill 6 7 blur_SOURCES = blur.c 8 blur_LDADD = ../pipi/libpipi.la 9 10 dither_SOURCES = dither.c 11 dither_LDADD = ../pipi/libpipi.la 5 bin_PROGRAMS = edd img2rubik sharpen floodfill 12 6 13 7 edd_SOURCES = edd.c
Note: See TracChangeset
for help on using the changeset viewer.