diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2004-12-12 22:55:55 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2004-12-12 22:55:55 +0000 |
| commit | 398f4520c2a9357d6ab5aff8be6dec89846674bf (patch) | |
| tree | 4e754c4e494a952223d10544a328510db7eae653 /src/tests/threads/Makefile.in | |
| parent | 61b07513ee6f0e85b33a705cec403651b2fe28e7 (diff) | |
| download | krb5-398f4520c2a9357d6ab5aff8be6dec89846674bf.tar.gz krb5-398f4520c2a9357d6ab5aff8be6dec89846674bf.tar.xz krb5-398f4520c2a9357d6ab5aff8be6dec89846674bf.zip | |
new test prog "prof1" for profile reloading
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16931 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/tests/threads/Makefile.in')
| -rw-r--r-- | src/tests/threads/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tests/threads/Makefile.in b/src/tests/threads/Makefile.in index dfcc03127..c164717e7 100644 --- a/src/tests/threads/Makefile.in +++ b/src/tests/threads/Makefile.in @@ -24,6 +24,11 @@ syms: syms.o run-syms: syms $(RUN_SETUP) ./syms +prof1: prof1.o $(KRB5_BASE_DEPLIBS) + $(CC_LINK) -o prof1 prof1.o $(KRB5_BASE_LIBS) -lpthread + +prof1.o: prof1.c + check-unix:: run-t_rcache install:: |
