Don't install headers

2008-12-15  Alexander Larsson  <alexl@redhat.com>

	* Makefile.am:
	Don't install headers



svn path=/trunk/; revision=14819
This commit is contained in:
Alexander Larsson 2008-12-15 18:33:12 +00:00 committed by Alexander Larsson
parent becaf847c3
commit fcbab0b8c4
2 changed files with 5 additions and 1106 deletions

File diff suppressed because it is too large Load diff

View file

@ -62,8 +62,6 @@ libeel_2_la_SOURCES = \
eel-lib-self-check-functions.h \ eel-lib-self-check-functions.h \
$(NULL) $(NULL)
libeelincludedir = $(includedir)/eel-2/eel
eel_headers = \ eel_headers = \
eel-accessibility.h \ eel-accessibility.h \
eel-alert-dialog.h \ eel-alert-dialog.h \
@ -102,12 +100,6 @@ eel_headers = \
eel.h \ eel.h \
$(NULL) $(NULL)
libeelinclude_HEADERS = \
$(eel_headers) \
eel-type-builtins.h \
eel-marshal.h \
$(NULL)
marshal_sources = \ marshal_sources = \
eel-marshal.h \ eel-marshal.h \
eel-marshal.c \ eel-marshal.c \
@ -163,6 +155,9 @@ check_program_LDFLAGS = $(check_program_DEPENDENCIES) -lm
TESTS = check-eel TESTS = check-eel
EXTRA_DIST = \ EXTRA_DIST = \
$(eel_headers) \
eel-type-builtins.h \
eel-marshal.h \
check-eel \ check-eel \
eelmarshal.list \ eelmarshal.list \
makeenums.pl \ makeenums.pl \