Some warnings cleanups
svn path=/trunk/; revision=7422
This commit is contained in:
@ -131,7 +131,6 @@ evolution_SOURCES = \
|
||||
|
||||
evolution_LDADD = \
|
||||
libeshell.a \
|
||||
importer/libimporter.a \
|
||||
importer/libevolution-importer.la \
|
||||
$(top_builddir)/widgets/shortcut-bar/libshortcut-bar.a \
|
||||
$(top_builddir)/widgets/misc/libemiscwidgets.a \
|
||||
|
||||
@ -5,8 +5,6 @@ INCLUDES = -I$(top_srcdir) -I$(includedir) $(GNOME_INCLUDEDIR) \
|
||||
|
||||
lib_LTLIBRARIES = libevolution-importer.la
|
||||
|
||||
noinst_LIBRARIES = libimporter.a
|
||||
|
||||
IDLS = \
|
||||
GNOME_Evolution_Importer.idl
|
||||
|
||||
@ -25,16 +23,14 @@ $(IDL_GENERATED): $(IDLS)
|
||||
idldir = $(datadir)/idl
|
||||
idl_DATA = $(IDLS)
|
||||
|
||||
libimporter_a_SOURCES = \
|
||||
importer.c \
|
||||
importer.h
|
||||
|
||||
libevolution_importerincludedir = $(includedir)/evolution/importer
|
||||
libevolution_importer_la_SOURCES = \
|
||||
$(IDL_GENERATED) \
|
||||
evolution-importer-factory.c \
|
||||
evolution-importer-client.c \
|
||||
evolution-importer.c
|
||||
evolution-importer.c \
|
||||
importer.c \
|
||||
importer.h
|
||||
|
||||
libevolution_importerinclude_HEADERS = \
|
||||
evolution-importer-factory.h \
|
||||
|
||||
@ -36,6 +36,7 @@
|
||||
#include <e-util/e-html-utils.h>
|
||||
|
||||
#include "importer.h"
|
||||
#include "GNOME_Evolution_Importer.h"
|
||||
|
||||
typedef struct _ImportDialogFilePage {
|
||||
GtkWidget *vbox;
|
||||
|
||||
Reference in New Issue
Block a user