From 2a22d05e9e0dfc84beb57cbb6b5a63768b47e770 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sun, 26 Sep 2004 10:25:40 +0000 Subject: Install egg-toolbars-model.h 2004-09-27 Marco Pesenti Gritti * lib/egg/Makefile.am: Install egg-toolbars-model.h --- lib/egg/Makefile.am | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'lib/egg') diff --git a/lib/egg/Makefile.am b/lib/egg/Makefile.am index 7d2471e68..31f838a46 100644 --- a/lib/egg/Makefile.am +++ b/lib/egg/Makefile.am @@ -21,7 +21,10 @@ libegg_la_SOURCES = \ $(EGGSOURCES) \ eggmarshalers.c -EGGHEADERS = \ +INST_H_FILES = \ + egg-editable-toolbar.h + +NO_INST_H_FILES = \ eggdropdowntoolbutton.h \ eggtreemultidnd.h \ egg-editable-toolbar.h \ @@ -29,13 +32,13 @@ EGGHEADERS = \ egg-toolbar-editor.h \ eggstatusicon.h \ eggtrayicon.h \ - eggtraymanager.h - -noinst_HEADERS = \ - $(EGGHEADERS) \ + eggtraymanager.h \ eggmarshalers.h \ eggintl.h +headerdir = $(prefix)/include/epiphany-@EPIPHANY_MAJOR@/epiphany +header_DATA = $(INST_H_FILES) + BUILT_SOURCES = eggmarshalers.h eggmarshalers.c eggmarshalers.h: eggmarshalers.list @@ -55,7 +58,7 @@ egg-marshal.c: eggmarshalers.h eggmarshalers.c EXTRA_DIST= \ eggmarshalers.list -EGGFILES=$(EGGSOURCES) $(EGGHEADERS) +EGGFILES=$(EGGSOURCES) $(INST_H_FILES) $(NO_INST_H_FILES) EGGDIR=$(srcdir)/../../../libegg/libegg regenerate-built-sources: -- cgit v1.2.3