~ubuntu-branches/ubuntu/quantal/boinc/quantal

« back to all changes in this revision

Viewing changes to clientscr/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Steffen Moeller
  • Date: 2011-06-04 21:51:53 UTC
  • Revision ID: james.westby@ubuntu.com-20110604215153-qhx1z4kjmcpwqfa4
Tags: 6.12.28+dfsg-4
 * Fixed target of sed instruction (and FTBFS with it)
 * Explicitly setting CPPFLAGS to empty, which may help
   kfreebsd.

Show diffs side-by-side

added added

removed removed

Lines of Context:
212
212
PTHREAD_CFLAGS = -pthread
213
213
PTHREAD_LIBS = 
214
214
RANLIB = ranlib
215
 
RDATE = 2011.05.28
 
215
RDATE = 2011.06.04
216
216
REV = 
217
217
SED = /bin/sed
218
218
SET_MAKE = 
310
310
RSA_LIBS = -lcrypto
311
311
AM_LIBTOOLFLAGS = 
312
312
AM_CPPFLAGS = \
313
 
        -I$(top_srcdir)/lib                     \
314
 
        -I$(top_srcdir)/api                     \
315
 
        -I$(top_srcdir)/db                      \
316
 
        -I$(top_srcdir)/client                  \
317
 
        -I$(top_srcdir)/tools                   \
318
 
        -I$(top_srcdir)/sched                   \
319
 
        -I$(top_srcdir)/lib/mac                 \
 
313
        -I$(top_srcdir)/lib                     \
 
314
        -I$(top_srcdir)/api                     \
 
315
        -I$(top_srcdir)/db                      \
 
316
        -I$(top_srcdir)/client                  \
 
317
        -I$(top_srcdir)/tools                   \
 
318
        -I$(top_srcdir)/sched                   \
 
319
        -I$(top_srcdir)/lib/mac                 \
320
320
        $(PTHREAD_CFLAGS)
321
321
 
322
322
AM_CFLAGS =