Ignore:
Timestamp:
May 22, 2012, 10:52:35 PM (12 years ago)
Author:
ezyang
Message:
Merge changes from trunk.
Location:
branches/fc17-dev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/fc17-dev

  • branches/fc17-dev/server/common/oursrc/accountadm/Makefile.in

    r1693 r2195  
    88sysconfdir = @sysconfdir@
    99
    10 all-local: admof signup-scripts-frontend
     10all-local: admof
    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:
     
    1818        install -p -m755 -D admof $(DESTDIR)$(bindir)/admof
    1919        install -p -m755 -D admof $(DESTDIR)$(sbindir)/ssh-admof
    20         install -p -m755 -D signup-scripts-frontend $(DESTDIR)$(sbindir)/signup-scripts-frontend
    2120        install -p -m755 -D signup-scripts-backend $(DESTDIR)$(sbindir)/signup-scripts-backend
    2221        install -p -m755 -D cronload $(DESTDIR)$(bindir)/cronload
     
    2625
    2726clean:
    28         rm -f admof signup-scripts-frontend
     27        rm -f admof admof.o
    2928
    3029distclean: clean
Note: See TracChangeset for help on using the changeset viewer.