X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=Makefile.in;h=e01628438b08c962a854189fb3ac4b747845d1a8;hb=7d53083353eb69d7c7c7c8ffc3fdeb4e9ff4551e;hp=b9ffdc5702db874d0f98c520b9aa16cc516fb65e;hpb=0d3c17d9ab127e5596c8fb97d65122b3b90f6b11;p=pkg%2Fabook.git diff --git a/Makefile.in b/Makefile.in index b9ffdc5..e016284 100644 --- a/Makefile.in +++ b/Makefile.in @@ -68,7 +68,7 @@ VERSION = @VERSION@ bin_PROGRAMS = abook -abook_SOURCES = abook.c database.c filter.c list.c misc.c conff.c options.c edit.c ldif.c estr.c abook.h database.h filter.h list.h misc.h help.h conff.h options.h edit.h ldif.h estr.h abook_curses.h +abook_SOURCES = abook.c database.c filter.c list.c misc.c conff.c options.c edit.c ldif.c estr.c ui.c abook.h database.h filter.h list.h misc.h help.h conff.h options.h edit.h ldif.h estr.h abook_curses.h ui.h EXTRA_DIST = ANNOUNCE BUGS FAQ abook.1 abookrc.5 sample.abookrc @@ -84,7 +84,7 @@ 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 estr.o +options.o edit.o ldif.o estr.o ui.o abook_LDADD = $(LDADD) abook_DEPENDENCIES = abook_LDFLAGS =