diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-07-12 02:04:53 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-07-12 02:04:53 +0000 |
| commit | 75b9c5a68fc048cb897f566ba646517711af796b (patch) | |
| tree | 569afa5cc2d9d252b50af5c72b9f00394ea42768 /fltk.list.in | |
| parent | f63e9a8ab43c3c0d6b67a53a40fa8a7e16d0a8cb (diff) | |
Reset version numbers to 1.1.0 (no rcN)
Add images library to list file.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2523 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fltk.list.in')
| -rw-r--r-- | fltk.list.in | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/fltk.list.in b/fltk.list.in index a3cc77d1c..aedf78a32 100644 --- a/fltk.list.in +++ b/fltk.list.in @@ -1,5 +1,5 @@ # -# "$Id: fltk.list.in,v 1.1.2.5 2002/03/25 21:39:01 easysw Exp $" +# "$Id: fltk.list.in,v 1.1.2.6 2002/07/12 02:04:53 easysw Exp $" # # EPM product list file for the Fast Light Tool Kit (FLTK). # @@ -111,6 +111,19 @@ l 0000 root sys $libdir/libfltk_gl.so libfltk_gl.so.@FL_API_VERSION@ %system all %endif +%system aix +f 0555 root sys $libdir/libfltk_images_s.a src/libfltk_images_s.a +%system hpux +f 0555 root sys $libdir/libfltk_images.sl.@FL_API_VERSION@ src/libfltk_images.sl.@FL_API_VERSION@ +l 0000 root sys $libdir/libfltk_images.sl libfltk_images.sl.@FL_API_VERSION@ +%system darwin freebsd openbsd netbsd +f 0555 root sys $libdir/libfltk_images.dylib.@FL_API_VERSION@ src/libfltk_images.dylib.@FL_API_VERSION@ +l 0000 root sys $libdir/libfltk_images.dylib libfltk_images.dylib.@FL_API_VERSION@ +%system !aix !darwin !freebsd !openbsd !netbsd !hpux +f 0555 root sys $libdir/libfltk_images.so.@FL_API_VERSION@ src/libfltk_images.so.@FL_API_VERSION@ +l 0000 root sys $libdir/libfltk_images.so libfltk_images.so.@FL_API_VERSION@ +%system all + # Header files f 0444 root sys $includedir/FL/ FL/*.[hH] @@ -232,5 +245,5 @@ f 0444 root sys $datadir/doc/fltk/COPYING COPYING f 0444 root sys $datadir/doc/fltk/CHANGES CHANGES # -# End of "$Id: fltk.list.in,v 1.1.2.5 2002/03/25 21:39:01 easysw Exp $". +# End of "$Id: fltk.list.in,v 1.1.2.6 2002/07/12 02:04:53 easysw Exp $". # |
