diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-06-05 22:06:41 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-06-05 22:06:41 +0000 |
| commit | 81053e4fe7f8cc2d4247612c8d6f2a8025d77d62 (patch) | |
| tree | c60357c9684899e00c06e609c40e1690f1c22014 /fltk.list.in | |
| parent | 101fa5b640850b310eff5889f66df5bbe43b5fff (diff) | |
Don't package header symlinks on OSX, which doesn't need 'em.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3023 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fltk.list.in')
| -rw-r--r-- | fltk.list.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fltk.list.in b/fltk.list.in index 590904005..918f508fb 100644 --- a/fltk.list.in +++ b/fltk.list.in @@ -1,5 +1,5 @@ # -# "$Id: fltk.list.in,v 1.1.2.11 2003/06/01 00:31:31 easysw Exp $" +# "$Id: fltk.list.in,v 1.1.2.12 2003/06/05 22:06:41 easysw Exp $" # # EPM product list file for the Fast Light Tool Kit (FLTK). # @@ -144,6 +144,7 @@ l 0000 root sys $libdir/libfltk_gl.so libfltk_gl.so.@FL_API_VERSION@ # Header files f 0444 root sys $includedir/FL/ FL/*.[hH] +%system !darwin # Symlinks to handle common case problems... l 0000 root sys $includedir/Fl FL l 0000 root sys $includedir/FL/Enumerations.h Enumerations.H @@ -253,6 +254,7 @@ l 0000 root sys $includedir/FL/gl_draw.h gl_draw.H l 0000 root sys $includedir/FL/glut.h glut.H l 0000 root sys $includedir/FL/win32.h win32.H l 0000 root sys $includedir/FL/x.h x.H +%system all # Documentation f 0444 root sys $datadir/doc/fltk/ documentation/*.gif @@ -262,5 +264,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.11 2003/06/01 00:31:31 easysw Exp $". +# End of "$Id: fltk.list.in,v 1.1.2.12 2003/06/05 22:06:41 easysw Exp $". # |
