Changeset 43 in Main for trunk/Server/Makefile


Ignore:
Timestamp:
Sep 18, 2024, 6:19:03 PM (2 months ago)
Author:
Nishi
Message:

add NO_SSL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/Makefile

    r32 r43  
    66.SUFFIXES: .c .o
    77
    8 OBJS = version.o main.o config.o server.o ssl.o http.o module.o strptime.o
     8OBJS = version.o main.o config.o server.o http.o module.o strptime.o $(EXTOBJS)
    99
    1010all: tewi$(EXEC)
    1111
    1212tewi$(EXEC): $(OBJS) ../Common/common.a
    13         $(CC) $(LDFLAGS) -o $@ $(OBJS) -lssl -lcrypto $(LIBS) ../Common/common.a
     13        $(CC) $(LDFLAGS) -o $@ $(OBJS) $(EXTLIBS) $(LIBS) ../Common/common.a
    1414
    1515.c.o:
Note: See TracChangeset for help on using the changeset viewer.