e2e9797f65
Fix DSO linking bug (bug #564982)
12 lines
317 B
Diff
12 lines
317 B
Diff
--- Makefile.am.orig 2010-04-14 22:34:02.671143647 +0100
|
|
+++ Makefile.am 2010-04-14 22:34:07.963146109 +0100
|
|
@@ -13,7 +13,7 @@
|
|
|
|
install-data-local: $(doctargets)
|
|
mkdir -p $(mgldest)
|
|
- cp -r $(top_srcdir)/fonts/*.vfm $(mgldest)
|
|
+# cp -r $(top_srcdir)/fonts/*.vfm $(mgldest)
|
|
|
|
uninstall-local:
|
|
rm -rf $(mgldest)
|