~ubuntu-branches/ubuntu/natty/gavl/natty

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2006-05-17 14:24:46 UTC
  • Revision ID: james.westby@ubuntu.com-20060517142446-iqm0jgfbkmy27n5w
Tags: upstream-0.2.3
ImportĀ upstreamĀ versionĀ 0.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
noinst_PROGRAMS = colorspace_test colorspace_time scaletest scale_time timescale_test
 
2
 
 
3
colorspace_test_SOURCES = colorspace_test.c
 
4
colorspace_test_LDADD = ../gavl/libgavl.la -lpng -lz
 
5
 
 
6
scaletest_SOURCES = scaletest.c
 
7
scaletest_LDADD = ../gavl/libgavl.la -lpng -lz
 
8
 
 
9
scale_time_SOURCES = scale_time.c
 
10
scale_time_LDADD = ../gavl/libgavl.la
 
11
 
 
12
colorspace_time_SOURCES = colorspace_time.c
 
13
colorspace_time_LDADD = ../gavl/libgavl.la
 
14
 
 
15
timescale_test_SOURCES = timescale_test.c
 
16
timescale_test_LDADD = ../gavl/libgavl.la