source: libpipi/trunk/src/Makefile.am @ 2693

Last change on this file since 2693 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
Line 
1# $Id$
2
3AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/pipi
4
5bin_PROGRAMS = pipi
6
7pipi_SOURCES = pipi.c $(GETOPT)
8pipi_LDADD = ../pipi/libpipi.la $(GETOPT_LIBS)
9
Note: See TracBrowser for help on using the repository browser.