~ubuntu-branches/ubuntu/breezy/pam/breezy

« back to all changes in this revision

Viewing changes to Linux-PAM/libpamc/test/regress/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2004-06-28 14:28:08 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040628142808-adikk7vtfg3pzcjw
Tags: 0.76-22
* Add uploaders
* Document location of repository
* Fix options containing arguments in pam_unix, Closes: #254904

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CFLAGS = -g -I ../../include
 
2
 
 
3
test.libpamc: test.libpamc.o
 
4
        $(CC) -o $@ $< -L ../.. -lpamc
 
5
 
 
6
clean:
 
7
        rm -f test.libpamc test.libpamc.o