~ubuntu-branches/ubuntu/edgy/gwenview/edgy

« back to all changes in this revision

Viewing changes to src/tsthread/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-12-06 17:59:19 UTC
  • mfrom: (1.1.3 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20051206175919-8yv9nfmw0pws6p52
Tags: 1.3.1-0ubuntu1
* Sync with Debian
* Edit kde.mk for .pot generation

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