Changeset 2662
- Timestamp:
- Aug 3, 2008, 6:03:46 PM (15 years ago)
- Location:
- libpipi/trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/.gitignore
r2652 r2662 15 15 examples/edd 16 16 examples/img2rubik 17 examples/sharpen 17 18 test/u8tof32tou8 18 19 stamp-h1 -
libpipi/trunk/examples/Makefile.am
r2652 r2662 3 3 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/pipi 4 4 5 bin_PROGRAMS = blur dither edd img2rubik 5 bin_PROGRAMS = blur dither edd img2rubik sharpen 6 6 7 7 blur_SOURCES = blur.c … … 17 17 img2rubik_LDADD = ../pipi/libpipi.la 18 18 19 sharpen_SOURCES = sharpen.c 20 sharpen_LDADD = ../pipi/libpipi.la 21
Note: See TracChangeset
for help on using the changeset viewer.