diff options
author | Srinivasa Ragavan <sragavan@gnome.org> | 2012-02-29 19:20:51 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-03-03 22:02:33 +0800 |
commit | 449e05f1b232fa2a1a92ae7c08c0f2b8870ac23a (patch) | |
tree | 0fdbe7ea1b08d7fa6249b521b7cf22c3c11983ed /e-util/Makefile.am | |
parent | f728daff220aae4d58946c6d10e6392cdbae758e (diff) | |
download | gsoc2013-evolution-449e05f1b232fa2a1a92ae7c08c0f2b8870ac23a.tar.gz gsoc2013-evolution-449e05f1b232fa2a1a92ae7c08c0f2b8870ac23a.tar.zst gsoc2013-evolution-449e05f1b232fa2a1a92ae7c08c0f2b8870ac23a.zip |
Move EAlert* and e-xml-utils to libevolution-utils.
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index d9d3a56884..44803872d9 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -19,9 +19,6 @@ privsolib_LTLIBRARIES = libeutil.la eutilinclude_HEADERS = \ e-activity.h \ - e-alert.h \ - e-alert-dialog.h \ - e-alert-sink.h \ e-bit-array.h \ e-categories-config.h \ e-charset.h \ @@ -51,8 +48,7 @@ eutilinclude_HEADERS = \ e-util.h \ e-util-enums.h \ e-util-enumtypes.h \ - e-unicode.h \ - e-xml-utils.h + e-unicode.h libeutil_la_CPPFLAGS = \ $(AM_CPPFLAGS) \ @@ -86,9 +82,6 @@ libeutil_la_CPPFLAGS = \ libeutil_la_SOURCES = \ $(eutilinclude_HEADERS) \ e-activity.c \ - e-alert.c \ - e-alert-dialog.c \ - e-alert-sink.c \ e-bit-array.c \ e-categories-config.c \ e-charset.c \ @@ -118,7 +111,6 @@ libeutil_la_SOURCES = \ e-unicode.c \ e-util-enumtypes.c \ e-util-private.h \ - e-xml-utils.c \ $(PLATFORM_SOURCES) libeutil_la_LDFLAGS = -avoid-version $(NO_UNDEFINED) |