Added:
trunk/chatdemo/Makefile.am (contents, props changed)
Modified:
trunk/Makefile.am
trunk/configure.ac
Log:
add chatdemo, for 'make dist'
Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Sat Sep 6 23:36:06 2008
@@ -1,4 +1,4 @@
-SUBDIRS = src python
+SUBDIRS = chatdemo src python
EXTRA_DIST = LICENSE
Added: trunk/chatdemo/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/chatdemo/Makefile.am Sat Sep 6 23:36:06 2008
@@ -0,0 +1,2 @@
+
+EXTRA_DIST = README index.html push.css push.js
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Sat Sep 6 23:36:06 2008
@@ -50,4 +50,4 @@
AC_SUBST(EVENTINC)
AC_SUBST(EVENTLIB)
-AC_OUTPUT([Makefile src/Makefile python/Makefile python/setup.py])
+AC_OUTPUT([Makefile chatdemo/Makefile src/Makefile python/Makefile
python/setup.py])