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