aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/Makefile.am
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-05-20 03:31:32 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-05-20 03:31:32 +0800
commitb5ae6150b2a72683b7311af3252230069300d9e2 (patch)
tree23e36b90aeb4640caf8d80645bbba577c2fcb5eb /e-util/Makefile.am
parent35444ef18c978de9b7037ac30da507d5322671a9 (diff)
downloadgsoc2013-evolution-b5ae6150b2a72683b7311af3252230069300d9e2.tar
gsoc2013-evolution-b5ae6150b2a72683b7311af3252230069300d9e2.tar.gz
gsoc2013-evolution-b5ae6150b2a72683b7311af3252230069300d9e2.tar.bz2
gsoc2013-evolution-b5ae6150b2a72683b7311af3252230069300d9e2.tar.lz
gsoc2013-evolution-b5ae6150b2a72683b7311af3252230069300d9e2.tar.xz
gsoc2013-evolution-b5ae6150b2a72683b7311af3252230069300d9e2.tar.zst
gsoc2013-evolution-b5ae6150b2a72683b7311af3252230069300d9e2.zip
New files with utilities for hooking up widgets in Glade-generated
2000-05-19 Federico Mena Quintero <federico@helixcode.com> * e-dialog-widgets.[ch]: New files with utilities for hooking up widgets in Glade-generated dialogs. * Makefile.am (libeutil_la_SOURCES): Added e-dialog-widgets.[ch]. svn path=/trunk/; revision=3141
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r--e-util/Makefile.am46
1 files changed, 24 insertions, 22 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am
index b9e2ac1f3b..a3db4c74ab 100644
--- a/e-util/Makefile.am
+++ b/e-util/Makefile.am
@@ -7,26 +7,28 @@ INCLUDES = \
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 \
+libeutil_la_SOURCES = \
+ e-canvas.c \
+ e-canvas.h \
+ e-canvas-utils.c \
+ e-canvas-utils.h \
+ e-cursors.c \
+ e-cursors.h \
+ e-dialog-widgets.c \
+ e-dialog-widgets.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