source: libpipi/trunk/genethumb/Makefile.am @ 2694

Last change on this file since 2694 was 2258, checked in by Sam Hocevar, 15 years ago
  • Add getopt and getopt_long support to genethumb.
File size: 239 bytes
Line 
1# $Id$
2
3AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/pipi
4
5if NEED_GETOPT_LONG
6GETOPT = mygetopt.c mygetopt.h
7endif
8
9bin_PROGRAMS = genethumb
10
11genethumb_SOURCES = genethumb.c $(GETOPT)
12genethumb_LDADD = ../pipi/libpipi.la $(GETOPT_LIBS)
13
Note: See TracBrowser for help on using the repository browser.