~ubuntu-branches/debian/wheezy/foxtrotgps/wheezy

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Daniel Baumann
  • Date: 2012-02-14 06:13:28 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120214061328-zo4mu0rvgz06q5nw
Tags: 1.1.0-1
* Using compression level 9 also for binary packages.
* Merging upstream version 1.1.0:
  - includes osb2tango and poi2osm (Closes: #647986).
* Removing curl.patch, included upstream.
* Updating to debhelper version 9.
* Updating years in copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
        $(SQLITE_CFLAGS) \
13
13
        $(LIBEXIF_CFLAGS) \
14
14
        $(LIBXML_CFLAGS) \
15
 
        $(LIBGPS_CFLAGS)
 
15
        $(LIBGPS_CFLAGS) \
 
16
        $(BLUETOOTH_CFLAGS)
16
17
 
17
18
bin_PROGRAMS = foxtrotgps
18
19
 
50
51
        tracks.c\
51
52
        tracks.h\
52
53
        exif.c\
53
 
        exif.h
 
54
        exif.h\
 
55
        hrm_functions.c\
 
56
        hrm_functions.h
54
57
 
55
58
foxtrotgps_LDFLAGS = -export-dynamic
56
59
 
63
66
        $(LIBEXIF_LIBS) \
64
67
        $(LIBXML_LIBS) \
65
68
        $(LIBGPS_LIBS) \
 
69
        $(BLUETOOTH_LIBS) \
66
70
        -lm