ossp-pkg/rc/Makefile.in 1.15 -> 1.16
--- Makefile.in 2002/02/13 19:19:28 1.15
+++ Makefile.in 2002/02/28 15:30:04 1.16
@@ -59,11 +59,11 @@
TARGET_PROGS = rc
TARGET_MANS = rc.1 rc-sample.5
-SRCS = rc.c rc_config.c rc_option.c rc_version.c\
- rc_pcre.c rc_util.c
+SRCS = rc.c rc_config.c rc_optimpl.c rc_option.c\
+ rc_version.c rc_pcre.c rc_util.c
-OBJS = rc.o rc_config.o rc_option.o rc_version.o\
- rc_pcre.o rc_util.o
+OBJS = rc.o rc_config.o rc_optimpl.o rc_option.o\
+ rc_version.o rc_pcre.o rc_util.o
SUBDIRS = @SUBDIR_EX@ @SUBDIR_VAR@ @SUBDIR_VAL@ @SUBDIR_STR@ @SUBDIR_POPT@
|
|