Changeset 12587


Ignore:
Timestamp:
07/30/09 21:09:27 (4 years ago)
Author:
BrainSlayer
Message:

statics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/libutils/Makefile

    r12562 r12587  
    4242ifeq ($(CONFIG_SUPERCHANNEL),y) 
    4343CFLAGS += -DHAVE_SUPERCHANNEL 
    44 OBJS += $(TOP)/register/register_check.o 
     44OBJS += $(TOP)/register/register_check.c 
    4545endif 
    4646ifeq ($(CONFIG_REGISTER),y) 
    4747CFLAGS += -DHAVE_REGISTER 
    48 OBJS += $(TOP)/register/register_check.o 
     48OBJS += $(TOP)/register/register_check.c 
    4949endif 
    5050 
     
    5757OBJS += ../wireless-tools/libiw.so.29  
    5858endif 
    59 OBJS += $(TOP)/register/country.o 
     59OBJS += $(TOP)/register/country.c 
    6060 
    6161 
Note: See TracChangeset for help on using the changeset viewer.