diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-05-15 18:18:36 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-05-15 18:18:36 +0800 |
commit | acc06a2f7838d9b42b8d2063ecf864d53da6dafc (patch) | |
tree | a8073559382c6f96a135b9d297b034e60f2e988c /a11y/e-text/Makefile.am | |
parent | 98d7688d85a476d17b67036a78d0fcfac3845739 (diff) | |
download | gsoc2013-evolution-acc06a2f7838d9b42b8d2063ecf864d53da6dafc.tar.gz gsoc2013-evolution-acc06a2f7838d9b42b8d2063ecf864d53da6dafc.tar.zst gsoc2013-evolution-acc06a2f7838d9b42b8d2063ecf864d53da6dafc.zip |
Patch submitted by Li Yuan <li.yuan@sun.com> Do not install header files.
2006-05-15 Harish Krishnaswamy <kharish@novell.com>
Patch submitted by Li Yuan <li.yuan@sun.com>
* Makefile.am, e-table/Makefile.am,
e-text/Makefile.am: Do not install header files.
svn path=/trunk/; revision=31985
Diffstat (limited to 'a11y/e-text/Makefile.am')
-rw-r--r-- | a11y/e-text/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/a11y/e-text/Makefile.am b/a11y/e-text/Makefile.am index f73efea451..dfef754d6c 100644 --- a/a11y/e-text/Makefile.am +++ b/a11y/e-text/Makefile.am @@ -10,8 +10,4 @@ libgal_a11y_etext_la_SOURCES = \ gal-a11y-e-text-factory.c \ gal-a11y-e-text.c -libgal_a11y_etextincludedir = $(privincludedir)/a11y/e-text -libgal_a11y_etextinclude_HEADERS = \ - gal-a11y-e-text-factory.h \ - gal-a11y-e-text.h |