diff options
author | Xan Lopez <xan@igalia.com> | 2013-02-15 04:29:08 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2013-02-15 04:29:08 +0800 |
commit | a5499cd5750f67baf109f26e7a4daf36b79c8e9d (patch) | |
tree | 60927460b061eff7905da65376c394480b16c9aa /lib | |
parent | c410e9d9683b3b7b8da7f92adcaf8332e900caad (diff) | |
download | gsoc2013-epiphany-a5499cd5750f67baf109f26e7a4daf36b79c8e9d.tar gsoc2013-epiphany-a5499cd5750f67baf109f26e7a4daf36b79c8e9d.tar.gz gsoc2013-epiphany-a5499cd5750f67baf109f26e7a4daf36b79c8e9d.tar.bz2 gsoc2013-epiphany-a5499cd5750f67baf109f26e7a4daf36b79c8e9d.tar.lz gsoc2013-epiphany-a5499cd5750f67baf109f26e7a4daf36b79c8e9d.tar.xz gsoc2013-epiphany-a5499cd5750f67baf109f26e7a4daf36b79c8e9d.tar.zst gsoc2013-epiphany-a5499cd5750f67baf109f26e7a4daf36b79c8e9d.zip |
Do not install headers
Since there are no extensions, we don't need to do this anymore.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
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 \ |