diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-30 22:29:21 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-30 22:29:21 +0000 |
commit | 2d1ac4e026872df9423fef4141e0e46fc701ae5d (patch) | |
tree | 22c0195263f449393d420b52233a4081af72cbab /audio/glame/files/patch-Makefile.in | |
parent | dfafd86d7d32d32cf2b76f5c0a7181a3be0b80c2 (diff) |
Notes
Diffstat (limited to 'audio/glame/files/patch-Makefile.in')
-rw-r--r-- | audio/glame/files/patch-Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/glame/files/patch-Makefile.in b/audio/glame/files/patch-Makefile.in new file mode 100644 index 000000000000..711599699e2d --- /dev/null +++ b/audio/glame/files/patch-Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- Makefile.in 2002/05/30 11:27:13 1.1 ++++ Makefile.in 2002/05/30 11:27:31 +@@ -133,7 +133,7 @@ + pkgpixmapsdir = @pkgpixmapsdir@ + pkgscriptsdir = @pkgscriptsdir@ + +-SUBDIRS = libltdl macros src doc data intl po ++SUBDIRS = macros src doc data intl po + + EXTRA_DIST = TODO MAINTAINERS CREDITS BUGS autogen.sh glame.spec + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |