ac32004b23
EFltk is a LGPL'd C++ graphical user interface toolkit for X, OpenGL and Microsoft Windows. It is based on FLTK2 and is currently developed by the Equinox Desktop Environment Team.
13 lines
396 B
Text
13 lines
396 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2005/09/02 14:41:37 xtraeme Exp $
|
|
|
|
--- Makefile.orig 2005-09-02 02:05:03.000000000 +0200
|
|
+++ Makefile 2005-09-02 02:05:13.000000000 +0200
|
|
@@ -25,7 +25,7 @@
|
|
SHELL=/bin/sh
|
|
OS_NAME := $(shell uname -s | sed "s/\//-/" | sed "s/_/-/" | sed "s/-.*//g")
|
|
|
|
-DIRS = src tools themes efltk locale test
|
|
+DIRS = src themes efltk locale
|
|
|
|
GENERATED = makeinclude efltk-config
|
|
|