Lines 27-34
Link Here
|
27 |
|
27 |
|
28 |
### Comment out these lines if you don't want to include EsounD functionality |
28 |
### Comment out these lines if you don't want to include EsounD functionality |
29 |
### (or don't have the EsounD development headers installed) |
29 |
### (or don't have the EsounD development headers installed) |
30 |
CFLAGS += -DUSE_ESD `esd-config --cflags` |
30 |
#CFLAGS += -DUSE_ESD `esd-config --cflags` |
31 |
LDFLAGS += `esd-config --libs` |
31 |
#LDFLAGS += `esd-config --libs` |
32 |
|
32 |
|
33 |
all: $(TARGETS) |
33 |
all: $(TARGETS) |
34 |
|
34 |
|