diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-01-14 06:22:54 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-01-14 06:22:54 +0800 |
commit | 2dbc06a5454482f62bc1d1b656431b798c548c7e (patch) | |
tree | d1010fbb1fbf0a109e36a6d10db937341e536e7b /src/Makefile.am | |
parent | 2cac69055d30409a530fd90e19ef841c6619fb85 (diff) | |
download | gsoc2013-epiphany-2dbc06a5454482f62bc1d1b656431b798c548c7e.tar gsoc2013-epiphany-2dbc06a5454482f62bc1d1b656431b798c548c7e.tar.gz gsoc2013-epiphany-2dbc06a5454482f62bc1d1b656431b798c548c7e.tar.bz2 gsoc2013-epiphany-2dbc06a5454482f62bc1d1b656431b798c548c7e.tar.lz gsoc2013-epiphany-2dbc06a5454482f62bc1d1b656431b798c548c7e.tar.xz gsoc2013-epiphany-2dbc06a5454482f62bc1d1b656431b798c548c7e.tar.zst gsoc2013-epiphany-2dbc06a5454482f62bc1d1b656431b798c548c7e.zip |
Install ephy-*-type-builtins.h.
2005-01-12 Christian Persch <chpe@cvs.gnome.org>
* embed/Makefile.am:
* lib/Makefile.am:
* src/Makefile.am:
Install ephy-*-type-builtins.h.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ed3cd35e2..df000bd93 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -55,6 +55,7 @@ INST_H_FILES = \ ephy-shell.h \ ephy-statusbar.h \ ephy-tab.h \ + ephy-type-builtins.h \ ephy-window.h libephymain_la_SOURCES = \ |