~ubuntu-branches/ubuntu/maverick/sflphone/maverick

« back to all changes in this revision

Viewing changes to sflphone-common/src/history/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2010-06-03 15:59:46 UTC
  • Revision ID: james.westby@ubuntu.com-20100603155946-ybe8d8o8zx8lp0m8
Tags: upstream-0.9.8.3
ImportĀ upstreamĀ versionĀ 0.9.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include ../../globals.mak
 
2
 
 
3
SUBDIRS = 
 
4
 
 
5
noinst_LTLIBRARIES = libhistory.la
 
6
 
 
7
libhistory_la_SOURCES =         \
 
8
    historyitem.h               \
 
9
    historyitem.cpp             \
 
10
    historymanager.h            \
 
11
    historymanager.cpp