/[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.6 by chupa, Sat Dec 7 14:01:24 2002 UTC revision 1.7 by chupa, Tue Feb 11 14:54:45 2003 UTC
# Line 23  Line 23 
23  # $Id$  # $Id$
24  #  #
25    
26  INCLUDES = -I$(srcdir)/include -I..  INCLUDES = -I$(srcdir)/include
27    
28  noinst_LIBRARIES = lib.a  noinst_LIBRARIES = liblib.a
29    liblib_a_SOURCES = dummy.c
30    liblib_a_LIBADD = @LIBOBJS@ @ALLOCA@
31    
32  if NEED_GETOPT  noinst_HEADERS = getopt.h gettext.h
   
 getopt_sources = getopt.c getopt1.c  
   
 else !NEED_GETOPT  
   
 getopt_extra = getopt.c getopt1.c  
   
 endif !NEED_GETOPT  
   
 EXTRA_DIST = getopt.h gettext.h $(getopt_extra)  
   
 lib_a_SOURCES = $(getopt_sources) dummy.c  

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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