~clint-fewbar/ubuntu/precise/squid3/ignore-sighup-early

« back to all changes in this revision

Viewing changes to helpers/ntlm_auth/SMB/smbval/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2006-11-11 10:32:06 UTC
  • Revision ID: james.westby@ubuntu.com-20061111103206-f3p0r9g0vq44rp3r
Tags: upstream-3.0.PRE5
ImportĀ upstreamĀ versionĀ 3.0.PRE5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# makefile for smblib
 
2
 
 
3
INCLUDES      = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
 
4
                -I$(top_srcdir)/src/
 
5
 
 
6
noinst_LIBRARIES = libsmbvalid.a
 
7
libsmbvalid_a_SOURCES = valid.c session.c rfcnb-util.c rfcnb-io.c \
 
8
        smblib-util.c smblib.c smbencrypt.c smbdes.c md4.c byteorder.h \
 
9
        rfcnb-error.h  rfcnb-util.h  smbencrypt.h     smblib.h        valid.h \
 
10
        md4.h           rfcnb-io.h     rfcnb.h       smblib-common.h  std-defines.h \
 
11
        rfcnb-common.h  rfcnb-priv.h   smbdes.h      smblib-priv.h    std-includes.h 
 
12
 
 
13
##OBJS = smblib.o smblib-util.o file.o smb-errors.o exper.o smblib-api.o smbencrypt.o smbdes.o md4.o