diff options
| author | Richard Nyberg <rnyberg@murmeldjur.se> | 2006-11-08 09:01:48 +0000 |
|---|---|---|
| committer | Richard Nyberg <rnyberg@murmeldjur.se> | 2006-11-08 09:01:48 +0000 |
| commit | 352ed70600fe515f249cc24388b9329cc4e1258b (patch) | |
| tree | d9985a1b3263d3f8092a9cd2f14915cec09a5fce /Makefile.am | |
| parent | 95371d8453eb44e5bb17423ec396e1e4bf86acd7 (diff) | |
| download | btpd-352ed70600fe515f249cc24388b9329cc4e1258b.tar.gz btpd-352ed70600fe515f249cc24388b9329cc4e1258b.zip | |
Update the build scripts for the following events:
o Some new source files. o Inclusion of libevent. o Removal of curl and pthreads dependencies.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9e2ebe4..85d4bdf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,2 @@ -SUBDIRS=misc btpd cli +SUBDIRS=@subdirs@ misc btpd cli EXTRA_DIST=COPYRIGHT CHANGES |