diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-02-07 14:34:34 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-02-07 14:34:34 +0000 |
commit | 7cf6e8c9cc5fe70d4a71f9d2b0f0bc97d1884039 (patch) | |
tree | 9f517ebf8d8df981e0f41954e1044892f5187e6e | |
parent | cdee43aa59bf306f3c09737ee38e52b4c6c7c313 (diff) |
moved the config-* files here from the ../Makefile.am
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 4af61410a..7e562cf4b 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -6,7 +6,8 @@ AUTOMAKE_OPTIONS = foreign no-dependencies EXTRA_DIST = getdate.y \ Makefile.b32 Makefile.b32.resp Makefile.m32 Makefile.vc6 \ - libcurl.def dllinit.c curllib.dsp curllib.dsw + libcurl.def dllinit.c curllib.dsp curllib.dsw \ + config-vms.h config-win32.h config-riscos.h config-mac.h lib_LTLIBRARIES = libcurl.la |