File: make.patch

package info (click to toggle)
amoebax 0.2.1%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,976 kB
  • sloc: cpp: 14,521; sh: 3,739; makefile: 450; objc: 157; ansic: 99
file content (17 lines) | stat: -rw-r--r-- 508 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Don't install DLLS
 This patch removes the reference in make file to produce useless DLLS
Forwarded: No
Author: Wences Arana <aranax@debian.org.gt>
Last-Update: 2011-07-25

--- a/data/Makefile.in
+++ b/data/Makefile.in
@@ -179,7 +179,7 @@
 top_srcdir = @top_srcdir@
 
 # Process this file with automake to produce a Makefile.in file
-SUBDIRS = AmoebaxMain.nib dlls fonts graphics music sfx
+SUBDIRS = AmoebaxMain.nib fonts graphics music sfx
 EXTRA_DIST = \
 	amoebax.desktop	\
 	Amoebax.icns	\