aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/make-files.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/py/make-files.txt')
-rw-r--r--externals/grill/py/make-files.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/externals/grill/py/make-files.txt b/externals/grill/py/make-files.txt
new file mode 100644
index 00000000..dec24613
--- /dev/null
+++ b/externals/grill/py/make-files.txt
@@ -0,0 +1,6 @@
+# all the source files from the package
+SRCDIR=source
+
+SRCS= main.cpp py.cpp pyext.cpp modmeth.cpp clmeth.cpp register.cpp pyargs.cpp bound.cpp
+
+HDRS= main.h pyext.h