X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=Makefile.in;h=d209d76a4e7cf6e919b65e1eda92a30e5db3eff9;hb=c3ff1f082b1f67fe5bcb535b43825356fc8800aa;hp=bbfc365b9360ff3deada3973d9c431a7734653ce;hpb=7036dd7099bf48da5a06d0377b98857057eb8f3d;p=pkg%2Fabook.git diff --git a/Makefile.in b/Makefile.in index bbfc365..d209d76 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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)