~ubuntu-branches/ubuntu/intrepid/gwenview/intrepid

« back to all changes in this revision

Viewing changes to tsthread/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Christopher Martin
  • Date: 2005-04-06 11:33:06 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050406113306-7zovl7z0io5bacpd
Tags: 1.2.0-1
* New upstream release.
  + Fixes crashes when using "Back" to navigate. (Closes: #301811)
* Enable KIPI support.
* Add a doc-base file for the handbook.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES = -I$(srcdir) -I$(srcdir)/.. $(all_includes)
 
2
 
 
3
noinst_LTLIBRARIES = libtsthread.la
 
4
 
 
5
libtsthread_la_SOURCES = \
 
6
        tsthread.cpp \
 
7
        tswaitcondition.cpp
 
8
 
 
9
noinst_HEADERS = \
 
10
        tsthread.h
 
11
 
 
12
METASOURCES = AUTO