diff options
author | Linus Nordberg <linus@nordu.net> | 2010-10-05 08:36:38 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2010-10-05 17:07:54 +0200 |
commit | 10005137cb0511a7792fd4686e39b206f99fb8e0 (patch) | |
tree | 93535fcd86aa162301d507e22171a4df40a894b7 /lib/Makefile | |
parent | f429a882c9bc72a597e6bcbecf5842e37af754e0 (diff) |
Autotoolize.
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/lib/Makefile b/lib/Makefile deleted file mode 100644 index 774a0d2..0000000 --- a/lib/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -CFLAGS = -Wall -g -I include -DDEBUG - -OFILES = attr.o \ - conf.o \ - debug.o \ - err.o \ - packet.o \ - request.o \ - radsec.o - -all: libradsec.a - -libradsec.a: $(OFILES) - ar rc $@ $^ - -$(OFILES): include/radsec/radsec.h include/radsec/radsec-impl.h - -doc: - doxygen - -clean: - -rm *.o *.a *.gch - |