File: Makefile.am

package info (click to toggle)
anubis 4.1%2Bdfsg1-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,908 kB
  • ctags: 2,607
  • sloc: ansic: 17,022; sh: 4,795; yacc: 1,432; exp: 912; lisp: 697; lex: 415; makefile: 350; perl: 118; awk: 62; sed: 16
file content (25 lines) | stat: -rw-r--r-- 853 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
##
## examples/Makefile.am
##
## This file is part of GNU Anubis.
## Copyright (C) 2001, 2002, 2003, 2007 The Anubis Team.
##
## GNU Anubis is free software; you can redistribute it and/or modify it
## under the terms of the GNU General Public License as published by the
## Free Software Foundation; either version 3 of the License, or (at your
## option) any later version.
##
## GNU Anubis is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License along
## with GNU Anubis.  If not, see <http://www.gnu.org/licenses/>.
##

EXTRA_DIST = 1anubisrc 2anubisrc anubisrc.guile anubis.scm 
SUBDIRS = pam

## EOF