Home | History | Annotate | Line # | Download | only in kdfs
      1 # Id
      2 
      3 include $(top_srcdir)/Makefile.am.common
      4 
      5 lib_LTLIBRARIES = libkdfs.la
      6 
      7 libkdfs_la_SOURCES = \
      8 	k5dfspag.c
      9 
     10 libkdfs_la_LDFLAGS = -version-info 0:3:0
     11 
     12 EXTRA_DIST = NTMakefile
     13