config.c is now osconfig.c
authorJohn Kohl <jtkohl@mit.edu>
Tue, 24 Apr 1990 13:20:54 +0000 (13:20 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 24 Apr 1990 13:20:54 +0000 (13:20 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@562 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/Imakefile

index 9dcea424434b5afa3909c9b88612f4101c45e199..758091f36a8620420737c6f2f741db05a583a3de 100644 (file)
@@ -2,7 +2,6 @@ NormalLibraryObjectRule()
 
 OBJS= \
        an_to_ln.o      \
-       config.o        \
        def_realm.o     \
        defname.o       \
        free_krbhs.o    \
@@ -15,6 +14,7 @@ OBJS= \
        mstime.o        \
        net_read.o      \
        net_write.o     \
+       osconfig.o      \
        read_pwd.o      \
        sendto_kdc.o    \
        timeofday.o     \
@@ -22,7 +22,6 @@ OBJS= \
 
 SRCS= \
        an_to_ln.c      \
-       config.c        \
        def_realm.c     \
        defname.c       \
        free_krbhs.c    \
@@ -35,6 +34,7 @@ SRCS= \
        mstime.c        \
        net_read.c      \
        net_write.c     \
+       osconfig.c      \
        read_pwd.c      \
        sendto_kdc.c    \
        timeofday.c     \