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

Diff of /pengfork/include/Makefile.am

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

revision 1.5 by nes, Mon Sep 2 08:24:53 2002 UTC revision 1.6 by chupa, Fri Nov 29 15:17:45 2002 UTC
# Line 20  Line 20 
20  #  #
21    
22    
23  EXTRA_DIST =    options.h               \  EXTRA_DIST =    access.h        \
24                  misc.h                  \                  checkopt.h      \
25                  p30init.h               \                  engine.h        \
26                  prot30.h                \                  if.h            \
27                  access.h                \                  misc.h          \
28                  devlock.h               \                  protocol.h      \
29                  modem.h                 \                  sighndl.h       \
30                  p30login.h              \                  window.h        \
31                  tun.h                   \                  buffer.h        \
32                  buffer.h                \                  common.h        \
33                  if.h                    \                  fdo.h           \
34                  p30data.h               \                  log.h           \
35                  p30tcpip.h              \                  options.h       \
36                  utils.h                 \                  resolver.h      \
37                  log.h                   \                  utils.h
38                  common.h                \  
39                  cable.h                 \  if BUILD_MODEM
40                  vjcompress.h            \    MODEM_SUBDIRS = modem
41                  bsdtcp.h  endif BUILD_MODEM
42    
43    if BUILD_CABLE
44      CABLE_SUBDIRS = cable
45    endif BUILD_CABLE
46    
47    if BUILD_DSL
48      DSL_SUBDIRS =
49    endif BUILD_DSL
50    
51    if BUILD_TCPIP
52      TCPIP_SUBDIRS = tcpip
53    endif BUILD_TCPIP
54    
55    if BUILD_TUN
56      TUN_SUBDIRS = tun
57    endif BUILD_TUN
58    
59    if BUILD_P3
60      P3_SUBDIRS = p3
61    endif BUILD_P3
62    
63    if BUILD_L2TP
64      L2TP_SUBDIRS = l2tp
65    endif BUILD_L2TP
66    
67    SUBDIRS =       fdo                     \
68                    iptunnel                \
69                    $(MODEM_SUBDIRS)        \
70                    $(CABLE_SUBDIRS)        \
71                    $(DSL_SUBDIRS)          \
72                    $(TCPIP_SUBDIRS)        \
73                    $(TUN_SUBDIRS)          \
74                    $(P3_SUBDIRS)           \
75                    $(L2TP_SUBDIRS)

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

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