~ubuntu-branches/ubuntu/vivid/vanessa-logger/vivid-proposed

« back to all changes in this revision

Viewing changes to libvanessa_logger/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Simon Horman
  • Date: 2001-06-28 18:14:14 UTC
  • Revision ID: james.westby@ubuntu.com-20010628181414-wm88moh520kfsqfc
Tags: 0.0.2-1
See ChangeLog

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
######################################################################
 
2
# Makefile.am                                           September 2000
 
3
# Horms                                             horms@vergenet.net
 
4
#
 
5
# vanessa_logger
 
6
# Generic logging layer
 
7
# Copyright (C) 2000  Horms
 
8
 
9
# This library is free software; you can redistribute it and/or
 
10
# modify it under the terms of the GNU Lesser General Public License
 
11
# as published by the Free Software Foundation; either version 2 of
 
12
# the License, or (at your option) any later version.
 
13
 
14
# This library is distributed in the hope that it will be useful, but
 
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
17
# Lesser General Public License for more details.
 
18
 
19
# You should have received a copy of the GNU Lesser General Public
 
20
# License along with this library; if not, write to the Free Software
 
21
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
 
22
# 02111-1307 USA
 
23
#
 
24
######################################################################
 
25
 
 
26
lib_LTLIBRARIES = libvanessa_logger.la
 
27
 
 
28
include_HEADERS = vanessa_logger.h
 
29
 
 
30
libvanessa_logger_la_SOURCES = \
 
31
vanessa_logger.h \
 
32
vanessa_logger.c
 
33
 
 
34
libvanessa_logger_la_LDFLAGS    = -version-info 0:2:0