diff options
Diffstat (limited to 'samples/Makefile.am')
-rw-r--r-- | samples/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/samples/Makefile.am b/samples/Makefile.am new file mode 100644 index 0000000..252e601 --- /dev/null +++ b/samples/Makefile.am @@ -0,0 +1,8 @@ + +SUBDIRS = c + +if BUILDCXX + +SUBDIRS += c++ + +endif |