/[pengfork]/pengfork/lib/Makefile.am
ViewVC logotype

Diff of /pengfork/lib/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by chupa, Fri Nov 29 15:17:45 2002 UTC revision 1.3 by chupa, Sun Dec 1 01:19:07 2002 UTC
# Line 4  noinst_LIBRARIES = lib.a Line 4  noinst_LIBRARIES = lib.a
4    
5  if NEED_GETOPT  if NEED_GETOPT
6    
7  getopt = getopt.h getopt.c getopt1.c  getopt_sources = getopt.c getopt1.c
8    
9  else !NEED_GETOPT  else !NEED_GETOPT
10    
11  EXTRA_DIST = getopt.h getopt.c getopt1.c  getopt_extra = getopt.c getopt1.c
12    
13  endif !NEED_GETOPT  endif !NEED_GETOPT
14    
15    EXTRA_DIST = getopt.h gettext.h $(getopt_extra)
16    
17  lib_a_SOURCES = $(getopt) dummy.c  lib_a_SOURCES = $(getopt_sources) dummy.c

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26