Last change
on this file since 2709 was
2693,
checked in by Sam Hocevar, 15 years ago
|
- Start working on "pipi", a command-line libpipi tool. It will be similar
to convert, display, mogrify, animate etc. It can already convert between
image formats (eg. "pipi src.png -o dest.jpeg").
|
File size:
161 bytes
|
Rev | Line | |
---|
[2693] | 1 | # $Id$ |
---|
| 2 | |
---|
| 3 | AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/pipi |
---|
| 4 | |
---|
| 5 | bin_PROGRAMS = pipi |
---|
| 6 | |
---|
| 7 | pipi_SOURCES = pipi.c $(GETOPT) |
---|
| 8 | pipi_LDADD = ../pipi/libpipi.la $(GETOPT_LIBS) |
---|
| 9 | |
---|
Note: See
TracBrowser
for help on using the repository browser.