diff options
author | snowdrop | 2003-11-14 09:13:56 +0000 |
---|---|---|
committer | snowdrop | 2003-11-14 09:13:56 +0000 |
commit | 5062e3292f6b809589190563c016bd5e8eb0c108 (patch) | |
tree | e8b05d885f062e88abe242965448204e6dcc9388 | |
parent | 7a350129d19ea30bcd4a665776686777fb0c145d (diff) | |
download | csoap-5062e3292f6b809589190563c016bd5e8eb0c108.tar.gz csoap-5062e3292f6b809589190563c016bd5e8eb0c108.tar.bz2 |
added subdir examples
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 07549cf..7462988 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## top directory #Build in these directories: -SUBDIRS= $(GENERIC_LIBRARY_NAME) +SUBDIRS= $(GENERIC_LIBRARY_NAME) examples #Distribute these directories: DIST_SUBDIRS = $(GENERIC_LIBRARY_NAME) |