~ssalley/ubuntu/maverick/likewise-open/likewise-open.fix627272

« back to all changes in this revision

Viewing changes to lwadvapi/unthreaded/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Gerald Carter, Michael Casadevall, Gerald Carter
  • Date: 2010-03-13 07:42:44 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100313074244-j1gy0zo19cc32xhl
Tags: 5.4.0.42111-1
[ Michael Casadevall ]
* LP: #517300
  - added debian/patches/disable_parallel_builds.diff to allow successful builds
    on non-x86 architectures caused by improperly parsing /proc/cpuinfo to
    determine the number of CPUs and set make -jX.
  - added debian/patches/correct_lwio_configure_detection.diff to correct configure
    tests for properly checking proc filesystems on non-x86 linux platforms
  - added ${misc:Depends} to Depends lines to satisfy lintian
  - Added debian/README.source to satisfy lintian 
  - Bumped standards version to 3.8.3

[ Gerald Carter ]
* New upstream release. (LP: #538616)
* likewise-open.install: Include uninstalled binaries and ncalrpc
    servers required for domainjoin-cli {join,leave}
* patches/version-in-share.diff:
  - Corrected location of VERSION file in lsassd

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
liblwadvapi_nothr_la_DEPENDENCIES = error/liblwadvapi_error.la \
71
71
        file/liblwadvapi_file.la dscache/liblwadvapi_dscache.la \
72
72
        memory/liblwadvapi_memory.la lwunistr/liblwadvapi_lwunistr.la \
73
 
        time/liblwadvapi_time.la
 
73
        time/liblwadvapi_time.la logging/liblwadvapi_logging.la
74
74
am_liblwadvapi_nothr_la_OBJECTS =
75
75
liblwadvapi_nothr_la_OBJECTS = $(am_liblwadvapi_nothr_la_OBJECTS)
76
76
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
260
260
top_build_prefix = @top_build_prefix@
261
261
top_builddir = @top_builddir@
262
262
top_srcdir = @top_srcdir@
263
 
SUBDIRS = error lwunistr memory file dscache time
 
263
SUBDIRS = error lwunistr memory file dscache time logging
264
264
lib_LTLIBRARIES = liblwadvapi_nothr.la
265
265
liblwadvapi_nothr_la_LIBADD = \
266
266
        error/liblwadvapi_error.la \
268
268
        dscache/liblwadvapi_dscache.la \
269
269
        memory/liblwadvapi_memory.la \
270
270
        lwunistr/liblwadvapi_lwunistr.la \
271
 
        time/liblwadvapi_time.la
 
271
        time/liblwadvapi_time.la \
 
272
        logging/liblwadvapi_logging.la
272
273
 
273
274
liblwadvapi_nothr_la_SOURCES = 
274
275
all: all-recursive