diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-08-11 08:55:36 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-08-11 08:55:36 +0000 |
commit | 9a9845c6cfd2c862ae3370cf02ba02b914322d39 (patch) | |
tree | b102e9891322216bff9307203d3292dc2227b1d5 /x11 | |
parent | Import of libdnd port. libdnd is an X11-lib for drag-and-drop operations (diff) |
Activate libdnd.
Notes
Notes:
svn path=/head/; revision=7527
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index f8e7131793f2..ae81e03706c6 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.145 1997/07/16 02:32:32 jfieber Exp $ +# $Id: Makefile,v 1.146 1997/08/04 20:45:51 joerg Exp $ # SUBDIR += FWF @@ -29,6 +29,7 @@ SUBDIR += gwm SUBDIR += iv SUBDIR += lesstif + SUBDIR += libdnd SUBDIR += libsx SUBDIR += lupe SUBDIR += mlvwm |