~ubuntu-branches/ubuntu/lucid/eggdrop/lucid

« back to all changes in this revision

Viewing changes to src/mod/blowfish.mod/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Guilherme de S. Pastore
  • Date: 2004-06-17 09:15:28 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040617091528-64rrw1sa33lkfhmh
Tags: 1.6.16-2
* Fixed typo on README.Debian
* Fixed hyphens in manual page
* Converted debian/rules to CDBS
* Set path to binary on example config file
* Changed LANGDIR on src/eggdrop.h (Closes: #254824)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Makefile for src/mod/blowfish.mod/
2
 
# $Id: Makefile,v 1.11 2000/09/12 15:26:51 fabian Exp $
 
2
# $Id: Makefile,v 1.13 2003/11/01 23:26:57 wcc Exp $
3
3
 
4
4
srcdir = .
5
5
 
37
37
 ../../../lush.h ../../../src/misc_file.h ../../../src/cmdt.h \
38
38
 ../../../src/tclegg.h ../../../src/tclhash.h ../../../src/chan.h \
39
39
 ../../../src/users.h ../../../src/compat/compat.h \
40
 
 ../../../src/compat/inet_aton.h ../../../src/compat/snprintf.h \
41
 
 ../../../src/compat/memset.h ../../../src/compat/memcpy.h \
42
 
 ../../../src/compat/strcasecmp.h ../../../src/compat/strftime.h \
43
 
 ../../../src/mod/modvals.h ../../../src/tandem.h \
44
 
 ../blowfish.mod/blowfish.h ../blowfish.mod/bf_tab.h
 
40
 ../../../src/compat/inet_aton.h \
 
41
 ../../../src/compat/snprintf.h ../../../src/compat/memset.h \
 
42
 ../../../src/compat/memcpy.h ../../../src/compat/strcasecmp.h \
 
43
 ../../../src/compat/strftime.h ../../../src/mod/modvals.h \
 
44
 ../../../src/tandem.h ../blowfish.mod/blowfish.h ../blowfish.mod/bf_tab.h