~ubuntu-branches/ubuntu/karmic/pilot-link/karmic

« back to all changes in this revision

Viewing changes to include/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Rousseau
  • Date: 2007-02-14 23:30:59 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070214233059-znxrekb2mgjr0mgd
Tags: 0.12.2-1
* New upstream release
 - Closes: #410152 "pilot-link: udev rules need updating"
* debian/control: add Build-Depends: libbluetooth2-dev
 - add bluetooth support

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
AUTOHEADER = @AUTOHEADER@
72
72
AUTOMAKE = @AUTOMAKE@
73
73
AWK = @AWK@
 
74
BLUEZ_CFLAGS = @BLUEZ_CFLAGS@
 
75
BLUEZ_LIBS = @BLUEZ_LIBS@
74
76
BUILD_XML_FALSE = @BUILD_XML_FALSE@
75
77
BUILD_XML_TRUE = @BUILD_XML_TRUE@
76
78
CAT_ENTRY_END = @CAT_ENTRY_END@
144
146
PISYNC_AGE = @PISYNC_AGE@
145
147
PISYNC_CURRENT = @PISYNC_CURRENT@
146
148
PISYNC_REVISION = @PISYNC_REVISION@
 
149
PKG_CONFIG = @PKG_CONFIG@
147
150
PNG_CFLAGS = @PNG_CFLAGS@
148
151
PNG_LIBS = @PNG_LIBS@
149
152
POPT_INCLUDES = @POPT_INCLUDES@
179
182
TCL_VERSION = @TCL_VERSION@
180
183
VERSION = @VERSION@
181
184
WISH_PROG = @WISH_PROG@
 
185
WITH_BLUEZ_FALSE = @WITH_BLUEZ_FALSE@
 
186
WITH_BLUEZ_TRUE = @WITH_BLUEZ_TRUE@
182
187
WITH_DARWINUSB_FALSE = @WITH_DARWINUSB_FALSE@
183
188
WITH_DARWINUSB_TRUE = @WITH_DARWINUSB_TRUE@
184
189
WITH_FREEBSDUSB_FALSE = @WITH_FREEBSDUSB_FALSE@
259
264
        pi-address.h            \
260
265
        pi-appinfo.h            \
261
266
        pi-args.h               \
 
267
        pi-bluetooth.h  \
262
268
        pi-buffer.h             \
263
269
        pi-cmp.h                \
264
270
        pi-contact.h            \