diff options
| author | Linus Nordberg <linus@nordberg.se> | 2014-02-05 11:10:02 +0100 |
|---|---|---|
| committer | Linus Nordberg <linus@nordberg.se> | 2014-02-05 11:10:02 +0100 |
| commit | 3d954bfd2f658ac05a0f20a1241738ed3e3fdd28 (patch) | |
| tree | d95b364fbab298c9b94c9c729afc98904c7c5bb0 /lib/radius/tests/Makefile | |
| parent | 67bdfa83f1879312fef0fbac769f6fb45df12d1a (diff) | |
Move lib to the root.
Diffstat (limited to 'lib/radius/tests/Makefile')
| -rw-r--r-- | lib/radius/tests/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/lib/radius/tests/Makefile b/lib/radius/tests/Makefile deleted file mode 100644 index b9d74ad..0000000 --- a/lib/radius/tests/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# -# GNU Makefile -# -.PHONY: all clean -all: radattr - -HEADERS := ../client.h ../radius.h -CFLAGS := -g - -%.o : %.c - $(CC) $(CFLAGS) -I.. -I. -c $< - -%.o: ${HEADERS} - -LIBS := -lcrypto -lssl -LDFLAGS = -L.. -lnetworkradius-client - -../libnetworkradius-client.a: - @${MAKE} -C .. libnetworkradius-client.a - -radattr: radattr.o ../libnetworkradius-client.a - ${CC} ${LFDLAGS} ${LIBS} -o $@ $^ - -clean: - @rm -rf *.o *.a *~ |
