diff options
Diffstat (limited to 'externals/grill/flext/tutorial/thread2')
-rw-r--r-- | externals/grill/flext/tutorial/thread2/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/flext/tutorial/thread2/Makefile.am b/externals/grill/flext/tutorial/thread2/Makefile.am index 2e5c4e09..8b0e89da 100644 --- a/externals/grill/flext/tutorial/thread2/Makefile.am +++ b/externals/grill/flext/tutorial/thread2/Makefile.am @@ -18,10 +18,10 @@ CXXFLAGS = @CXXFLAGS@ \ $(DEFS) \ -DFLEXT_SHARED -LDFLAGS = @LDFLAGS@ \ +LDFLAGS = @DYNAMIC_LDFLAGS@ @LDFLAGS@ \ $(patsubst %,-framework %,$(FRAMEWORKS)) -LIBS = @LIBS@ -lflext +LIBS = @LIBS@ -lflext-pd FRAMEWORKS = @FRAMEWORKS@ |