Ignore:
Timestamp:
Dec 31, 2011, 10:26:23 PM (12 years ago)
Author:
andersk
Message:
Fix admof to compile with OpenAFS 1.6
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/common/oursrc/accountadm/Makefile.in

    r1693 r2105  
    1010all-local: admof signup-scripts-frontend
    1111
    12 admof: admof.c
    13         $(CC) $(CPPFLAGS) $(CFLAGS) $< -L/usr/lib/afs -L/usr/lib64/afs -lprot -lauth -lrxkad -lubik -laudit -lsys -lrx -llwp -lsys -lafsutil -lcom_err -lresolv -lkrb5 -ldes -o $@
     12admof: LDLIBS = -lafsauthent_pic -lafsrpc_pic -lresolv -lkrb5 -lpthread
     13admof: admof.o
    1414
    1515install:
     
    2626
    2727clean:
    28         rm -f admof signup-scripts-frontend
     28        rm -f admof admof.o signup-scripts-frontend
    2929
    3030distclean: clean
Note: See TracChangeset for help on using the changeset viewer.