diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-03-23 19:34:26 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-03-23 19:34:26 +0000 |
commit | eaf073fe170987c52d12a2f79cb07a860f5120a8 (patch) | |
tree | dda4a97840a7ca6bdf42195365775f90ee523052 /graphics/Makefile | |
parent | 952ce9b890edec1395f363d39914f0798f669bda (diff) |
ImageViewer is a small application which display images based on the
GNUstep API. In the future I will add image catalogue creation and
other goodies, right now it is what it is, an image viewer application.
WWW: http://www.nice.ch/~phip/softcorner.html#img
Notes
Notes:
svn path=/head/; revision=77302
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 2f0e5b74d5af..f4d88722a3e2 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -145,6 +145,7 @@ SUBDIR += icontact SUBDIR += imageindex SUBDIR += imagesort + SUBDIR += imageviewer SUBDIR += imc SUBDIR += imlib SUBDIR += imlib2 |