summaryrefslogtreecommitdiff
path: root/dso/unix/Makefile.in
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-04-04 03:55:27 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-04-04 03:55:27 +0000
commit9902b95802c02577ad8d9f5a75b4e7d9bfdcd3a6 (patch)
tree891690f7065510b2b9baa9be2f3d153d6a1f6e28 /dso/unix/Makefile.in
parent4154b91ad5bb9d99b60d7bd8ad196bab62a4c662 (diff)
downloadlibapr-9902b95802c02577ad8d9f5a75b4e7d9bfdcd3a6.tar.gz
Fix some minor bugs in the Unix dso code. This works on Linux, but
other Unix platforms will have different experiences. Also, add dso back into the build process. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59777 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dso/unix/Makefile.in')
-rw-r--r--dso/unix/Makefile.in16
1 files changed, 6 insertions, 10 deletions
diff --git a/dso/unix/Makefile.in b/dso/unix/Makefile.in
index ffc2c0f2e..e0f68e103 100644
--- a/dso/unix/Makefile.in
+++ b/dso/unix/Makefile.in
@@ -49,13 +49,9 @@ depend:
&& rm Makefile.new
# DO NOT REMOVE
-getopt.o: getopt.c misc.h ../../include/apr_config.h \
- ../../include/apr_general.h ../../include/apr.h \
- ../../include/apr_errno.h ../../include/apr_pools.h \
- ../../include/apr_lib.h ../../include/apr_file_io.h \
- ../../include/apr_getopt.h
-start.o: start.c misc.h ../../include/apr_config.h \
- ../../include/apr_general.h ../../include/apr.h \
- ../../include/apr_errno.h ../../include/apr_pools.h \
- ../../include/apr_lib.h ../../include/apr_file_io.h \
- ../../include/apr_getopt.h
+dso.o: dso.c dso.h $(INCDIR)/apr_config.h \
+ $(INCDIR)/apr_general.h $(INCDIR)/apr.h \
+ $(INCDIR)/apr_errno.h $(INCDIR)/apr_pools.h \
+ $(INCDIR)/apr_lib.h $(INCDIR)/apr_file_io.h \
+ $(INCDIR)/apr_time.h $(INCDIR)/apr_thread_proc.h \
+ $(INCDIR)/apr_dso.h