diff options
author | Alexander Larsson <alexl@redhat.com> | 2008-12-15 18:33:12 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2008-12-15 18:33:12 +0000 |
commit | fcbab0b8c4c2ecc55add742d31758b77799de5d3 (patch) | |
tree | d7099af99dc33596115d378dad72d8a528dc19bf /eel/Makefile.am | |
parent | becaf847c39c66fc4cdbd62eb71694c7fe71f674 (diff) | |
download | nautilus-fcbab0b8c4c2ecc55add742d31758b77799de5d3.tar.gz |
Don't install headersNAUTILUS_2_25_2
2008-12-15 Alexander Larsson <alexl@redhat.com>
* Makefile.am:
Don't install headers
svn path=/trunk/; revision=14819
Diffstat (limited to 'eel/Makefile.am')
-rw-r--r-- | eel/Makefile.am | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/eel/Makefile.am b/eel/Makefile.am index 2e89dd78d..184d9dda9 100644 --- a/eel/Makefile.am +++ b/eel/Makefile.am @@ -62,8 +62,6 @@ libeel_2_la_SOURCES = \ eel-lib-self-check-functions.h \ $(NULL) -libeelincludedir = $(includedir)/eel-2/eel - eel_headers = \ eel-accessibility.h \ eel-alert-dialog.h \ @@ -102,12 +100,6 @@ eel_headers = \ eel.h \ $(NULL) -libeelinclude_HEADERS = \ - $(eel_headers) \ - eel-type-builtins.h \ - eel-marshal.h \ - $(NULL) - marshal_sources = \ eel-marshal.h \ eel-marshal.c \ @@ -163,6 +155,9 @@ check_program_LDFLAGS = $(check_program_DEPENDENCIES) -lm TESTS = check-eel EXTRA_DIST = \ + $(eel_headers) \ + eel-type-builtins.h \ + eel-marshal.h \ check-eel \ eelmarshal.list \ makeenums.pl \ |