/[anubis]/anubis/src/Makefile.am
ViewVC logotype

Diff of /anubis/src/Makefile.am

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

revision 1.14 by polak, Sat Nov 29 20:15:26 2003 UTC revision 1.15 by gray, Sun Nov 30 00:46:09 2003 UTC
# Line 23  Line 23 
23  ##  ##
24    
25  sbin_PROGRAMS = anubis  sbin_PROGRAMS = anubis
26  anubis_LDADD = @LIBOBJS@ @LIBINTL@ $(GUILE_LIBS) @LIBGNUTLS_LIBS@ @GSASL_LIBS@  anubis_LDADD = $(top_builddir)/lib/libanubis.a @LIBINTL@ $(GUILE_LIBS) @LIBGNUTLS_LIBS@ @GSASL_LIBS@
27  anubis_SOURCES = main.c extern.h headers.h mem.c mem.h env.c errs.c \  anubis_SOURCES = \
28          log.c list.c list.h misc.c regex.c exec.c net.c proxy.c daemon.c \   main.c \
29          auth.c map.c message.c esmtp.c tunnel.c rc.c rcfile-gram.c \   extern.h \
30          rcfile-lex.c rcfile-gram.h rcfile.h guile.c files.c help.c quit.c \   headers.h \
31          transmode.c   mem.c \
32     mem.h \
33     env.c \
34     errs.c \
35     log.c \
36     misc.c \
37     exec.c \
38     net.c \
39     proxy.c \
40     daemon.c \
41     auth.c \
42     map.c \
43     message.c \
44     esmtp.c \
45     tunnel.c \
46     rc.c \
47     rcfile-gram.c \
48     rcfile-lex.c \
49     rcfile-gram.h \
50     rcfile.h \
51     guile.c \
52     files.c \
53     help.c \
54     quit.c \
55     transmode.c \
56     url.c \
57     list.h \
58     list.c \
59     regex.c \
60     authmode.c \
61     gsasl.c \
62     anubisdb.c \
63     dbtext.c \
64     gdbm.c \
65     mysql.c \
66     gpg.c \
67     tls.c \
68     ssl.c
69    
70  YLWRAP = $(SHELL) $(top_srcdir)/build/ylwrap  YLWRAP = $(SHELL) $(top_srcdir)/build/ylwrap
71  AM_YFLAGS = -dtv  AM_YFLAGS = -dtv
72  EXTRA_DIST = rcfile.y rcfile.l authmode.c gsasl.c anubisdb.c dbtext.c \  EXTRA_DIST = rcfile.y rcfile.l
         gdbm.c  
73    
74  BUILT_SOURCES= \  BUILT_SOURCES= \
75    rcfile-gram.c rcfile-gram.h \    rcfile-gram.c rcfile-gram.h \

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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