"Fossies" - the Fresh Open Source Software Archive

Member "authforce-0.9.9/data/Makefile.am" (13 May 2007, 232 Bytes) of package /linux/www/old/authforce-0.9.9.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 # $Author: kapheine $
    2 # $Date: 2001/02/09 23:56:23 $
    3 # $Revision: 1.2 $
    4 
    5 pwlistsdir=$(datadir)/$(PACKAGE)/data
    6 
    7 pwlists_DATA = \
    8 	blank.lst \
    9 	dummy.lst \
   10 	password.lst \
   11 	username.lst \
   12 	userpass.lst 
   13 
   14 EXTRA_DIST = $(pwlists_DATA)