diff options
author | Linus Nordberg <linus@nordu.net> | 2010-10-01 11:29:12 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2010-10-01 11:29:12 +0200 |
commit | 7ec20f4101e5a1ef0b5f2537f25a4f8d74ad1104 (patch) | |
tree | e452775bb08b4c3fae7cef827834aeef21a6cfd8 /lib/Makefile | |
parent | b1437bde86daa8826a8eeb1437cca11dda88283e (diff) |
WIP
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index ed4af51..1b26f04 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -11,6 +11,8 @@ all: libradsec.a libradsec.a: $(OFILES) ar rc $@ $^ +$(OFILES): libradsec.h libradsec-impl.h + doc: doxygen |