]> git.deb.at Git - pkg/abook.git/blobdiff - Makefile.in
new configuration system
[pkg/abook.git] / Makefile.in
index bbfc365b9360ff3deada3973d9c431a7734653ce..d209d76a4e7cf6e919b65e1eda92a30e5db3eff9 100644 (file)
@@ -68,10 +68,10 @@ VERSION = @VERSION@
 
 bin_PROGRAMS = abook
 
-abook_SOURCES = abook.c database.c filter.c list.c misc.c conff.c \
+abook_SOURCES = abook.c database.c filter.c list.c misc.c \
                options.c edit.c ldif.c ui.c getname.c \
                getopt.c getopt1.c abook_rl.c \
-               abook.h database.h filter.h list.h misc.h help.h conff.h \
+               abook.h database.h filter.h list.h misc.h help.h \
                options.h edit.h ldif.h abook_curses.h ui.h getname.h \
                getopt.h abook_rl.h
 
@@ -88,8 +88,8 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I.
 CPPFLAGS = @CPPFLAGS@
 LDFLAGS = @LDFLAGS@
 LIBS = @LIBS@
-abook_OBJECTS =  abook.o database.o filter.o list.o misc.o conff.o \
-options.o edit.o ldif.o ui.o getname.o getopt.o getopt1.o abook_rl.o
+abook_OBJECTS =  abook.o database.o filter.o list.o misc.o options.o \
+edit.o ldif.o ui.o getname.o getopt.o getopt1.o abook_rl.o
 abook_LDADD = $(LDADD)
 abook_DEPENDENCIES = 
 abook_LDFLAGS = 
@@ -107,10 +107,10 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
 TAR = gtar
 GZIP_ENV = --best
-DEP_FILES =  .deps/abook.P .deps/abook_rl.P .deps/conff.P \
-.deps/database.P .deps/edit.P .deps/filter.P .deps/getname.P \
-.deps/getopt.P .deps/getopt1.P .deps/ldif.P .deps/list.P .deps/misc.P \
-.deps/options.P .deps/ui.P
+DEP_FILES =  .deps/abook.P .deps/abook_rl.P .deps/database.P \
+.deps/edit.P .deps/filter.P .deps/getname.P .deps/getopt.P \
+.deps/getopt1.P .deps/ldif.P .deps/list.P .deps/misc.P .deps/options.P \
+.deps/ui.P
 SOURCES = $(abook_SOURCES)
 OBJECTS = $(abook_OBJECTS)