aboutsummaryrefslogtreecommitdiffstats
path: root/lib/egg
diff options
context:
space:
mode:
Diffstat (limited to 'lib/egg')
-rw-r--r--lib/egg/Makefile.am14
1 files changed, 6 insertions, 8 deletions
diff --git a/lib/egg/Makefile.am b/lib/egg/Makefile.am
index f6853f664..7d2471e68 100644
--- a/lib/egg/Makefile.am
+++ b/lib/egg/Makefile.am
@@ -21,9 +21,7 @@ libegg_la_SOURCES = \
$(EGGSOURCES) \
eggmarshalers.c
-INST_H_FILES =
-
-NOINST_H_FILES = \
+EGGHEADERS = \
eggdropdowntoolbutton.h \
eggtreemultidnd.h \
egg-editable-toolbar.h \
@@ -31,13 +29,13 @@ NOINST_H_FILES = \
egg-toolbar-editor.h \
eggstatusicon.h \
eggtrayicon.h \
- eggtraymanager.h \
+ eggtraymanager.h
+
+noinst_HEADERS = \
+ $(EGGHEADERS) \
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
@@ -57,7 +55,7 @@ egg-marshal.c: eggmarshalers.h eggmarshalers.c
EXTRA_DIST= \
eggmarshalers.list
-EGGFILES=$(EGGSOURCES) $(INST_H_FILES) $(NOINST_H_FILES)
+EGGFILES=$(EGGSOURCES) $(EGGHEADERS)
EGGDIR=$(srcdir)/../../../libegg/libegg
regenerate-built-sources: