aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/dyn/make-files.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/dyn/make-files.txt')
-rw-r--r--externals/grill/dyn/make-files.txt16
1 files changed, 9 insertions, 7 deletions
diff --git a/externals/grill/dyn/make-files.txt b/externals/grill/dyn/make-files.txt
index 0538f6b7..69dac97f 100644
--- a/externals/grill/dyn/make-files.txt
+++ b/externals/grill/dyn/make-files.txt
@@ -1,8 +1,10 @@
-NAME=dyn~
-
-# all the source files from the package
-DIR=src
-
-SRCS= main.cpp
-HDRS=
+NAME=dyn
+SRCDIR=.
+SRCS= \
+ dyn_api.cpp dyn_base.cpp dyn_conn.cpp dyn_create.cpp \
+ dyn_listen.cpp dyn_main.cpp dyn_message.cpp dyn_object.cpp \
+ dyn_patchable.cpp dyn_patcher.cpp dyn_proxy.cpp dyn_send.cpp \
+ dyn_text.cpp
+PHDRS= dyn.h
+IHDRS= dyn_data.h dyn_pd.h dyn_proto.h dyn_proxy.h