* Makefile.am: add new files, remove

This commit is contained in:
Dirk-Jan C. Binnema
2011-08-29 23:41:13 +03:00
parent b669feb637
commit a9ca0f207a

View File

@ -52,6 +52,7 @@ libmu_la_SOURCES= \
mu-cmd-extract.c \ mu-cmd-extract.c \
mu-cmd-find.c \ mu-cmd-find.c \
mu-cmd-index.c \ mu-cmd-index.c \
mu-cmd-server.c \
mu-cmd.c \ mu-cmd.c \
mu-cmd.h \ mu-cmd.h \
mu-config.c \ mu-config.c \
@ -95,12 +96,14 @@ libmu_la_SOURCES= \
mu-runtime.h \ mu-runtime.h \
mu-store.cc \ mu-store.cc \
mu-store.h \ mu-store.h \
mu-store-read.cc \
mu-store-write.cc \
mu-store-priv.hh \
mu-str-normalize.c \ mu-str-normalize.c \
mu-str.c \ mu-str.c \
mu-str.h \ mu-str.h \
mu-threader.c \ mu-threader.c \
mu-threader.h \ mu-threader.h \
mu-util-db.cc \
mu-util.c \ mu-util.c \
mu-util.h mu-util.h
@ -108,4 +111,5 @@ libmu_la_SOURCES= \
libmu_la_LIBADD= \ libmu_la_LIBADD= \
$(XAPIAN_LIBS) \ $(XAPIAN_LIBS) \
$(GMIME_LIBS) \ $(GMIME_LIBS) \
$(GLIB_LIBS) $(GLIB_LIBS) \
$(READLINE_LIBS)