diff options
-rw-r--r-- | embed/Makefile.am | 5 | ||||
-rw-r--r-- | lib/Makefile.am | 5 | ||||
-rw-r--r-- | src/Makefile.am | 5 | ||||
-rw-r--r-- | src/bookmarks/Makefile.am | 5 |
4 files changed, 0 insertions, 20 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am index 3efa9ed26..2df16223d 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -2,11 +2,6 @@ NULL = noinst_LTLIBRARIES = libephyembed.la -headerdir = $(prefix)/include/epiphany/$(EPIPHANY_MAJOR)/epiphany -header_DATA = \ - ephy-embed-type-builtins.h \ - $(INST_H_FILES) - NOINST_H_FILES = \ ephy-about-handler.h \ ephy-embed-dialog.h \ diff --git a/lib/Makefile.am b/lib/Makefile.am index 146e64709..7f9b69c94 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -2,11 +2,6 @@ SUBDIRS = widgets egg history noinst_LTLIBRARIES = libephymisc.la -headerdir = $(prefix)/include/epiphany/$(EPIPHANY_MAJOR)/epiphany -header_DATA = \ - ephy-lib-type-builtins.h \ - $(INST_H_FILES) - NOINST_H_FILES = \ ephy-debug.h \ ephy-dnd.h \ diff --git a/src/Makefile.am b/src/Makefile.am index b4618f7e5..14935b4ad 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,11 +11,6 @@ EXTRA_DIST = \ $(UI_FILES) \ $(NULL) -headerdir = $(prefix)/include/epiphany/$(EPIPHANY_MAJOR)/epiphany -header_DATA = \ - ephy-type-builtins.h \ - $(INST_H_FILES) - NOINST_H_FILES = \ ephy-action-helper.h \ ephy-combined-stop-reload-action.h \ diff --git a/src/bookmarks/Makefile.am b/src/bookmarks/Makefile.am index 5b42f0d63..b2d7d4759 100644 --- a/src/bookmarks/Makefile.am +++ b/src/bookmarks/Makefile.am @@ -1,10 +1,5 @@ noinst_LTLIBRARIES = libephybookmarks.la -headerdir = $(prefix)/include/epiphany/@EPIPHANY_MAJOR@/epiphany -header_DATA = \ - ephy-bookmarks-type-builtins.h \ - $(INST_H_FILES) - INST_H_FILES = \ ephy-bookmarks.h |