summaryrefslogtreecommitdiff
path: root/x11/fvwm-wharf/patches/patch-aa
blob: 37eb3e7049b666409f489b15164a5a30f59f7aad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
$NetBSD: patch-aa,v 1.2 2005/09/18 20:21:17 minskim Exp $

--- Imakefile.orig	1997-03-09 06:03:27.000000000 -0800
+++ Imakefile
@@ -11,15 +11,7 @@
 /* Can define CDEBUGFLAGS to anything you need */
 /*CDEBUGFLAGS = -LMyLibrarydir*/
 
-ALLSUBDIRS = lib \
-  	  afterstep \
-          modules/Audio \
-	  modules/Auto \
-          modules/Wharf \
-	  modules/Banner \
-	  modules/Pager \
-	  modules/asclock \
-		modules/Animate
+ALLSUBDIRS = lib modules/Wharf
 
 SUBDIRS = $(ALLSUBDIRS) $(XPMSUBDIRS) $(SHAPESUBDIRS)
 /* I have absolutely no idea what this does, but it seems to be needed */
@@ -28,4 +20,4 @@ SUBDIRS = $(ALLSUBDIRS) $(XPMSUBDIRS) $(
 MakeSubdirs($(SUBDIRS))
 
 /* Doesn't work for me! */
-/* #DependSubdirs($(SUBDIRS))*/
+#DependSubdirs($(SUBDIRS))