moved genericconfig to gconfig.c and reorganised header files
[radsecproxy.git] / Makefile
index 6a72e8e..85aac0d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
 CFLAGS = -g -Wall -pedantic -pthread
 LDFLAGS = -lssl
-OBJ = util.o radsecproxy.o
+OBJ = util.o debug.o list.o gconfig.o radsecproxy.o
 
 all: radsecproxy
 
-radsecproxy: $(OBJ) radsecproxy.o
+radsecproxy: $(OBJ)
        $(CC) $(CFLAGS) $(OBJ) $(LDFLAGS) -o radsecproxy
 clean:
        rm -f $(OBJ) radsecproxy