blob: e6724128278058e19d7775c46c24a35e6b6d2daa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- Makefile.orig 2006-08-26 01:02:22.000000000 -0500
+++ Makefile 2006-08-26 01:03:09.000000000 -0500
@@ -27,8 +27,8 @@
### Comment out these lines if you don't want to include EsounD functionality
### (or don't have the EsounD development headers installed)
-CFLAGS += -DUSE_ESD `esd-config --cflags`
-LDFLAGS += `esd-config --libs`
+#CFLAGS += -DUSE_ESD `esd-config --cflags`
+#LDFLAGS += `esd-config --libs`
all: $(TARGETS)
|