Browse Source

Fix build

tags/1.9.4
falkTX 11 years ago
parent
commit
e71d791be8
3 changed files with 5 additions and 4 deletions
  1. +1
    -1
      source/backend/CarlaNative.h
  2. +3
    -3
      source/backend/native/Makefile
  3. +1
    -0
      source/bridges/Makefile

+ 1
- 1
source/backend/CarlaNative.h View File

@@ -212,7 +212,7 @@ void carla_register_all_plugins()
void carla_register_native_plugin_3BandEQ();
void carla_register_native_plugin_3BandSplitter();
void carla_register_native_plugin_PingPongPan();
void carla_register_native_plugin_Notes();
//void carla_register_native_plugin_Notes();

#ifdef WANT_AUDIOFILE
// AudioFile


+ 3
- 3
source/backend/native/Makefile View File

@@ -38,8 +38,8 @@ OBJS = \
OBJS += \
distrho-3bandeq.cpp.o \
distrho-3bandsplitter.cpp.o \
distrho-pingpongpan.cpp.o \
distrho-notes.cpp.o
distrho-pingpongpan.cpp.o
# distrho-notes.cpp.o

# AudioFile
ifeq ($(HAVE_AF_DEPS),true)
@@ -100,7 +100,7 @@ distrho-notes.cpp.o: distrho-notes.cpp notes/DistrhoPluginNotes.cpp notes/Distrh
$(CXX) $< $(BUILD_CXX_FLAGS) -Inotes -DDISTRHO_NAMESPACE=DISTRHO_Notes -c -o $@

audiofile.c.o: audiofile.c
$(CXX) $< $(AF_C_FLAGS) -c -o $@
$(CC) $< $(AF_C_FLAGS) -c -o $@

zynaddsubfx.cpp.o: zynaddsubfx.cpp
$(CXX) $< $(ZYN_CXX_FLAGS) -c -o $@


+ 1
- 0
source/bridges/Makefile View File

@@ -271,6 +271,7 @@ OBJS_NATIVE += \

# libs
OBJS_NATIVE += \
../libs/dgl.a \
../libs/lilv.a \
../libs/rtmempool.a



Loading…
Cancel
Save