diff options
Diffstat (limited to 'a11y/e-text/Makefile.am')
-rw-r--r-- | a11y/e-text/Makefile.am | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/a11y/e-text/Makefile.am b/a11y/e-text/Makefile.am deleted file mode 100644 index 069284a617..0000000000 --- a/a11y/e-text/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -INCLUDES = \ - -I$(top_srcdir) \ - -I$(top_srcdir)/widgets \ - $(GNOME_PLATFORM_CFLAGS) \ - -DG_LOG_DOMAIN=\"e-text\" - -noinst_LTLIBRARIES = libgal-a11y-etext.la - -libgal_a11y_etext_la_SOURCES = \ - gal-a11y-e-text-factory.c \ - gal-a11y-e-text.c \ - gal-a11y-e-text-factory.h \ - gal-a11y-e-text.h - --include $(top_srcdir)/git.mk |