~awe/phablet-extras/ofono-lp1204683

« back to all changes in this revision

Viewing changes to unit/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Andres Salomon
  • Date: 2009-08-15 15:55:11 UTC
  • Revision ID: james.westby@ubuntu.com-20090815155511-frst06dijguhyfi4
Tags: upstream-0.3
ImportĀ upstreamĀ versionĀ 0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
noinst_PROGRAMS = test-common test-util test-sms test-simutil
 
3
 
 
4
test_common_SOURCES = test-common.c $(top_srcdir)/src/common.c
 
5
 
 
6
test_util_SOURCES = test-util.c $(top_srcdir)/src/util.c
 
7
 
 
8
test_sms_SOURCES = test-sms.c $(top_srcdir)/src/util.c \
 
9
                                        $(top_srcdir)/src/smsutil.c
 
10
 
 
11
test_simutil_SOURCES = test-simutil.c $(top_srcdir)/src/util.c \
 
12
                                        $(top_srcdir)/src/simutil.c \
 
13
                                        $(top_srcdir)/src/smsutil.c
 
14
 
 
15
LDADD = @GLIB_LIBS@ @GTHREAD_LIBS@
 
16
 
 
17
AM_CFLAGS = @GTHREAD_CFLAGS@ @GLIB_CFLAGS@
 
18
 
 
19
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/src
 
20
 
 
21
MAINTAINERCLEANFILES = Makefile.in