diff options
author | Li Yuan <li.yuan@sun.com> | 2006-06-12 18:47:43 +0800 |
---|---|---|
committer | Li Yuan <liyuan@src.gnome.org> | 2006-06-12 18:47:43 +0800 |
commit | 8c29e64b187b7c956103dcd2214665feb847328f (patch) | |
tree | fe3775b1d7870ec20c4211c178c7a2182904edfe /a11y/Makefile.am | |
parent | 0161858613166f8b5e43816d9b674426f218c0b4 (diff) | |
download | gsoc2013-evolution-8c29e64b187b7c956103dcd2214665feb847328f.tar.gz gsoc2013-evolution-8c29e64b187b7c956103dcd2214665feb847328f.tar.zst gsoc2013-evolution-8c29e64b187b7c956103dcd2214665feb847328f.zip |
Do not install header files, and make sure they will be included in the
2006-06-12 Li Yuan <li.yuan@sun.com>
* Makefile.am, e-table/Makefile.am,
e-text/Makefile.am: Do not install header files, and make sure
they will be included in the tarball when make dist.
svn path=/trunk/; revision=32110
Diffstat (limited to 'a11y/Makefile.am')
-rw-r--r-- | a11y/Makefile.am | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/a11y/Makefile.am b/a11y/Makefile.am index 0edcb07bca..7205a9090c 100644 --- a/a11y/Makefile.am +++ b/a11y/Makefile.am @@ -20,12 +20,8 @@ libevolution_a11y_la_SOURCES = \ ea-factory.h \ ea-cell-table.h \ ea-cell-table.c \ - gal-a11y-util.c - -libevolution_a11yincludedir = $(privincludedir)/a11y - -libevolution_a11yinclude_HEADERS = \ - gal-a11y-util.h \ + gal-a11y-util.c \ + gal-a11y-util.h \ gal-a11y-factory.h libevolution_a11y_la_LDFLAGS = $(NO_UNDEFINED) |