blob: a2931ae76f6b35791b5e155648634c9c093ebffb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD: ports/audio/glame/files/patch-Makefile.in,v 1.3 2004/12/11 18:26:00 krion Exp $
--- Makefile.in.orig Fri Oct 29 03:53:30 2004
+++ Makefile.in Fri Oct 29 21:29:55 2004
@@ -280,7 +280,7 @@
subdirs = @subdirs@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
-SUBDIRS = intl libltdl macros src doc data po
+SUBDIRS = intl macros src doc data po
ACLOCAL_AMFLAGS = -I macros -I .
EXTRA_DIST = TODO MAINTAINERS CREDITS BUGS autogen.sh glame.spec
all: config.h
|