blob: c6ca9d9c4fc5d86cdb0a85d25763145771115c41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
=== modified file 'async/demo/Makefile.default'
--- async/demo/Makefile.default 2008-11-30 12:25:03 +0000
+++ async/demo/Makefile.default 2008-11-30 12:34:18 +0000
@@ -62,7 +62,7 @@
PRGSRC =
# Libraries compiled in the project (in $(LIB)).
-PROJLIBS = -lasynccpp -lasyncaudio
+PROJLIBS = -lasynccpp -lasyncaudio -lasynccore
ifdef QT_BIN
PROJLIBS += -lasyncqt
endif
|