~ubuntu-branches/debian/squeeze/snappea/squeeze

« back to all changes in this revision

Viewing changes to SnapPeaKernel/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ben Burton
  • Date: 2002-01-01 18:22:53 UTC
  • Revision ID: james.westby@ubuntu.com-20020101182253-i3tj653xzomocpbv
Tags: 3.0d3-10
* Happy new year!
* Added autoconf/automake infrastructure.
* Added shared library plus snappea-dev package (closes: Bug#126531).
* Moved from python1.5 to python2.1.
* Shaved README.Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = code file_formats headers unix_kit
 
2
 
 
3
lib_LTLIBRARIES = libsnappea.la
 
4
 
 
5
libsnappea_la_SOURCES = dummy.c
 
6
libsnappea_la_LDFLAGS = -version-info 0:0:0 -no-undefined
 
7
libsnappea_la_LIBADD = ./code/libcode.la ./unix_kit/libunixkit.la
 
8
 
 
9
readmedir = $(pkgdocdir)/Kernel
 
10
 
 
11
readme_DATA = ReadMe
 
12
 
 
13
EXTRA_DIST = detab.c makefile-client