]> git.deb.at Git - pkg/abook.git/blobdiff - Makefile.in
Merged first 0.4.13pre patch
[pkg/abook.git] / Makefile.in
index b9ffdc5702db874d0f98c520b9aa16cc516fb65e..e01628438b08c962a854189fb3ac4b747845d1a8 100644 (file)
@@ -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 =