diff Makefile @ 24242:76f5d8892c04

Clean up the way get_path is handled: Compile get_path.c to an object to link against instead of directly #including the C file and replace the many extern declarations by a proper header file.
author diego
date Tue, 28 Aug 2007 11:20:24 +0000
parents 2c8bfc750aa5
children 6b0e5503ca7a
line wrap: on
line diff
--- a/Makefile	Tue Aug 28 11:04:36 2007 +0000
+++ b/Makefile	Tue Aug 28 11:20:24 2007 +0000
@@ -20,6 +20,7 @@
               cpudetect.c \
               edl.c \
               find_sub.c \
+              get_path.c \
               m_config.c \
               m_option.c \
               m_struct.c \