Copied missing files from the subversion repository.
[collectd.git] / src / libping / Makefile.am
1 ##
2 ## lib/Makefile.am
3 ##
4 ## Copyright (C) 2000 Jeffrey Fulmer <jdfulmer@armstrong.com>
5 ## This file is part of libping
6 ##
7 ## This program is free software; you can redistribute it and/or modify
8 ## it under the terms of the GNU General Public License as published by
9 ## the Free Software Foundation; either version 2 of the License, or
10 ## (at your option) any later version.
11 ##
12 ## This program is distributed in the hope that it will be useful,
13 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
14 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 ## GNU General Public License for more details.
16 ##
17 ## You should have received a copy of the GNU General Public License
18 ## along with this program; if not, write to the Free Software
19 ## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 ##
21
22 AUTOMAKE_OPTIONS = foreign no-dependencies
23
24 noinst_LTLIBRARIES    = libping.la 
25  
26 libping_la_LDFLAGS = -version-info 1:0:0
27
28 libping_la_SOURCES =  \
29 echo.c     echo.h     \
30 http.c     http.h     \
31 memory.c   memory.h   \
32 ping.c     ping.h     \
33 private.c  private.h  \
34 pop3.c     pop3.h     \
35 sock.c     sock.h     \
36 smtp.c     smtp.h     \
37 url.c      url.h      \
38 util.c     util.h     \
39 linux.h    setup.h
40