Changeset 3102
- Timestamp:
- Oct 25, 2008, 3:02:32 PM (12 years ago)
- Location:
- libpipi/trunk/pipi
- Files:
-
- 1 added
- 1 deleted
- 1 edited
- 1 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/pipi/Makefile.am
r3076 r3102 27 27 resize.c \ 28 28 dither.c \ 29 measure.c \30 29 accessors.c \ 31 30 $(codec_sources) \ … … 36 35 $(quantize_sources) \ 37 36 $(dither_sources) \ 38 $( histogram_sources) \37 $(analysis_sources) \ 39 38 $(NULL) 40 39 libpipi_la_CFLAGS = $(codec_cflags) … … 85 84 dither/random.c 86 85 87 histogram_sources = \ 88 histogram/histogram.c 86 analysis_sources = \ 87 analysis/measure.c \ 88 analysis/histogram.c 89 89 90 90 # Conditional sources
Note: See TracChangeset
for help on using the changeset viewer.