diff options
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am deleted file mode 100644 index 19c757e580..0000000000 --- a/e-util/Makefile.am +++ /dev/null @@ -1,28 +0,0 @@ -INCLUDES = \ - $(GNOME_INCLUDEDIR) - -noinst_LTLIBRARIES = libeutil.la - -libeutil_la_SOURCES = \ - e-canvas.c \ - e-canvas.h \ - e-canvas-utils.c\ - e-canvas-utils.h\ - e-cursors.c \ - e-cursors.h \ - e-gui-utils.c \ - e-gui-utils.h \ - e-html-utils.c \ - e-html-utils.h \ - e-paned.c \ - e-paned.h \ - e-popup-menu.c \ - e-popup-menu.h \ - e-setup.c \ - e-setup.h \ - e-sexp.c \ - e-sexp.h \ - e-util.c \ - e-util.h \ - e-xml-utils.c \ - e-xml-utils.h |