/[pengfork]/pengfork/src/tcpip/Makefile.am
ViewVC logotype

Diff of /pengfork/src/tcpip/Makefile.am

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

revision 1.3 by chupa, Thu Sep 12 08:44:49 2002 UTC revision 1.4 by chupa, Sun Dec 1 23:01:26 2002 UTC
# Line 1  Line 1 
1  #  #
2  # Copyright (c) 2002  Nicolas Burrus <nes@lrde.epita.fr>  # Copyright (c) 2002  Jean-Charles Salzeber <jc@varspool.net>
3  #  #
4  # This file is part of pengfork program.  # This file is part of pengfork program.
5  #  #
# Line 18  Line 18 
18  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
19  # 02111-1307, USA.  # 02111-1307, USA.
20  #  #
21    # Nicolas Burrus <nes@lrde.epita.fr>, 2002
22    #
23    
24  INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir) -I$(top_srcdir)/lib  INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir) -I$(top_srcdir)/lib
25    
26    if BUILD_TCPIP
27  noinst_LIBRARIES = libtcpip.a  noinst_LIBRARIES = libtcpip.a
28  libtcpip_a_SOURCES =    tcpip.c  libtcpip_a_SOURCES =    tcpip.c
29    else !BUILD_TCPIP
30    EXTRA_DIST = tcpip.c
31    endif !BUILD_TCPIP

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

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