"Fossies" - the Fresh Open Source Software Archive

Member "authforce-0.9.9/src/Makefile.am" (13 May 2007, 427 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 ## Process this file with automake to produce Makefile.in
    2 # $Author: kapheine $
    3 # $Date: 2001/04/28 20:32:46 $
    4 # $Revision: 1.3 $
    5 
    6 localedir = $(datadir)/locale
    7 INCLUDES = \
    8 	-I$(top_srcdir)/intl -DLOCALEDIR=\"$(localedir)\"
    9 
   10 # @prefix@
   11 
   12 bin_PROGRAMS = authforce
   13 
   14 authforce_SOURCES = \
   15 	config.c \
   16 	debug.c \
   17 	extract.c \
   18 	files.c \
   19 	http.c \
   20 	main.c \
   21 	methods.c \
   22 	misc.c \
   23 	signal.c \
   24 	extern.h
   25 
   26 authforce_LDADD = @LIBINTL@