~ubuntu-branches/ubuntu/quantal/libpthread-workqueue/quantal

« back to all changes in this revision

Viewing changes to testing/api/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Mark Heily
  • Date: 2011-07-16 22:13:33 UTC
  • mfrom: (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110716221333-bvkopimc1zt6iae4
Tags: 0.8.2-1
* New upstream version.
* Fix FTBFS: use time_t instead of unsigned int (Closes: #633829)
* Prevent a lintian warning caused by 'Author(s)' in debian/copyright 

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
include ../../config.mk
20
20
 
 
21
all: test-$(PROGRAM)
 
22
 
21
23
test-$(PROGRAM): test.c
22
24
        $(CC) $(CFLAGS) -g -O0 -o test-$(PROGRAM) -I../.. -I../../include -L../.. test.c -lpthread_workqueue -lpthread
23
25