~peter-pearse/ubuntu/oneiric/upower/prop001

« back to all changes in this revision

Viewing changes to src/linux/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-05-05 14:31:17 UTC
  • mfrom: (15.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110505143117-9clyzsrw45vt5g6y
Tags: 0.9.10-1
* New upstream release:
  - Fix "unknown" battery status guessing to not be recursive. (LP: #384304)
* debian/control: Drop obsolete devicekit-power-* Conflicts/Replaces.

Show diffs side-by-side

added added

removed removed

Lines of Context:
321
321
        $(idevice_files)                                        \
322
322
        $(BUILT_SOURCES)
323
323
 
324
 
EXTRA_DIST = $(libupshared_la_SOURCES)
 
324
EXTRA_DIST = $(libupshared_la_SOURCES)                  \
 
325
             integration-test
 
326
 
325
327
libupshared_la_CFLAGS = \
326
328
        $(WARNINGFLAGS_C)
327
329