Skip to content

Commit

Permalink
Fix distribution list (again)
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3024 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
michaelrsweet committed Jun 5, 2003
1 parent 81053e4 commit f79d805
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions fltk.list.in
@@ -1,5 +1,5 @@
#
# "$Id: fltk.list.in,v 1.1.2.12 2003/06/05 22:06:41 easysw Exp $"
# "$Id: fltk.list.in,v 1.1.2.13 2003/06/05 22:46:01 easysw Exp $"
#
# EPM product list file for the Fast Light Tool Kit (FLTK).
#
Expand Down Expand Up @@ -53,7 +53,7 @@ $FLUID=@FLUID@

%system darwin
f 0444 root sys $includedir/FL/mac.r FL/mac.r
l 0444 root sys /usr/inclue/gcc/darwin/3.1/g++-v3/FL $includedir/FL
l 0444 root sys /usr/include/gcc/darwin/3.1/g++-v3/FL $includedir/FL

d 0555 root sys /Applications/fluid.app -
d 0555 root sys /Applications/fluid.app/Contents -
Expand Down Expand Up @@ -81,6 +81,8 @@ f 0444 root sys $mandir/man3/fltk.3 documentation/fltk.man

# Library files
f 0444 root sys $libdir/libfltk.a lib/libfltk.a
f 0444 root sys $libdir/libfltk_forms.a lib/libfltk_forms.a
f 0444 root sys $libdir/libfltk_images.a lib/libfltk_images.a
%if GLLIBNAME
f 0444 root sys $libdir/libfltk_gl.a lib/libfltk_gl.a
%endif
Expand Down Expand Up @@ -264,5 +266,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.12 2003/06/05 22:06:41 easysw Exp $".
# End of "$Id: fltk.list.in,v 1.1.2.13 2003/06/05 22:46:01 easysw Exp $".
#

0 comments on commit f79d805

Please sign in to comment.