summaryrefslogtreecommitdiff
path: root/libdes
diff options
context:
space:
mode:
Diffstat (limited to 'libdes')
-rw-r--r--libdes/Imakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdes/Imakefile b/libdes/Imakefile
index 880ca04..2822baf 100644
--- a/libdes/Imakefile
+++ b/libdes/Imakefile
@@ -25,7 +25,7 @@ DESOBJS= $(OTHEROBJS) key_sched.o debug_decl.o \
#ifdef ATHENA_RULES
-SimpleLibrary(des,$(DESOBJS),$(ATHLIBDIR))
+build_library(des,$(DESOBJS))
build_program(enc,enc.o libdes.a,,)
build_program(destest,destest.o libdes.a,,)