aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-text/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/e-text/Makefile.am')
-rw-r--r--widgets/e-text/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/widgets/e-text/Makefile.am b/widgets/e-text/Makefile.am
new file mode 100644
index 0000000000..ec7795f283
--- /dev/null
+++ b/widgets/e-text/Makefile.am
@@ -0,0 +1,13 @@
+INCLUDES = \
+ $(GNOME_INCLUDEDIR)
+
+noinst_LIBRARIES = \
+ libetext.a
+
+libetext_a_SOURCES = \
+ e-text.c \
+ e-text.h \
+ e-text-event-processor.c \
+ e-text-event-processor.h \
+ e-text-event-processor-emacs-like.c \
+ e-text-event-processor-emacs-like.h