diff options
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am new file mode 100644 index 0000000..6a76990 --- /dev/null +++ b/examples/Makefile.am @@ -0,0 +1,7 @@ + +if BUILD_CHAT +DIR_CHAT = chat +endif + +SUBDIRS = $(DIR_CHAT) +DIST_SUBDIRS = chat |