diff options
Diffstat (limited to '')
-rw-r--r-- | sca-cpp/trunk/components/chat/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sca-cpp/trunk/components/chat/Makefile.am b/sca-cpp/trunk/components/chat/Makefile.am index 5e48f74065..64b1e070d3 100644 --- a/sca-cpp/trunk/components/chat/Makefile.am +++ b/sca-cpp/trunk/components/chat/Makefile.am @@ -21,6 +21,9 @@ if WANT_CHAT INCLUDES = -I${LIBSTROPHE_INCLUDE} +incl_HEADERS = *.hpp +incldir = $(prefix)/include/components/chat + dist_comp_SCRIPTS = vysper-start vysper-stop vysper-classpath compdir=$(prefix)/components/chat |