diff options
author | snowdrop | 2006-02-04 02:06:50 +0000 |
---|---|---|
committer | snowdrop | 2006-02-04 02:06:50 +0000 |
commit | 1340ec27d42648e84878abe2d2f0b6f23ca24d82 (patch) | |
tree | 7fd3571bebc8d534b598e7055e116f8c2b73dd1a | |
parent | 23be69c7894b4b839afcdc37dbccf02e2533596e (diff) | |
download | csoap-1340ec27d42648e84878abe2d2f0b6f23ca24d82.tar.gz csoap-1340ec27d42648e84878abe2d2f0b6f23ca24d82.tar.bz2 |
added script installation csoap-config
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f429bd7..2afb47b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ ## top directory +bin_SCRIPTS=csoap-config #Build in these directories: SUBDIRS= $(NANOHTTP_LIBRARY_NAME) $(GENERIC_LIBRARY_NAME) examples |