Skip to content

Commit

Permalink
Fix unresolved symbol on analogue_osc
Browse files Browse the repository at this point in the history
  • Loading branch information
Orcan Ogetbil authored and Steve Harris committed Nov 21, 2009
1 parent 75f9f84 commit fd8e3d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -3,8 +3,6 @@ INSTALL_DIR = $(PREFIX)/lib/lv2

VERSION = 1.0.15

include extra.mk

PLUGINS = alias-swh.lv2 allpass-swh.lv2 am_pitchshift-swh.lv2 amp-swh.lv2 \
analogue_osc-swh.lv2 bandpass_a_iir-swh.lv2 bandpass_iir-swh.lv2 \
bode_shifter-swh.lv2 bode_shifter_cv-swh.lv2 butterworth-swh.lv2 \
Expand Down Expand Up @@ -33,7 +31,6 @@ zm1-swh.lv2

FFT_PLUGINS = mbeq-swh.lv2 pitch_scale-swh.lv2

analogue_osc_LDFLAGS = util/blo.o

DARWIN := $(shell uname | grep Darwin)
OS := $(shell uname -s)
Expand All @@ -53,6 +50,9 @@ BUILD_PLUGINS = $(PLUGINS) $(FFT_PLUGINS)
RT = -lrt
endif

# Load plugin specific flags:
include extra.mk

OBJECTS = $(shell echo $(BUILD_PLUGINS) | sed 's/\([^ ]*\.lv2\)/plugins\/\1\/plugin.$(EXT)/g')

all: util gverb $(OBJECTS)
Expand Down

0 comments on commit fd8e3d9

Please sign in to comment.