aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/xsample/make-files.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/xsample/make-files.txt')
-rwxr-xr-xexternals/grill/xsample/make-files.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/externals/grill/xsample/make-files.txt b/externals/grill/xsample/make-files.txt
index 1607b051..8e71de6e 100755
--- a/externals/grill/xsample/make-files.txt
+++ b/externals/grill/xsample/make-files.txt
@@ -1,7 +1,6 @@
# all the source files from the package
-SRCS= \
- main.cpp play.cpp groove.cpp record.cpp inter.cpp
-
-HDRS= \
- main.h inter.h
+SRCDIR=source
+SRCS=main.cpp play.cpp groove.cpp record.cpp inter.cpp
+
+HDRS=main.h inter.h