diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-09-06 00:21:41 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-09-06 02:40:31 +0800 |
commit | 0cff2bef71ac69095f62ace7be8443d42db34d32 (patch) | |
tree | b5b122815e1c57c39d6593d3b368b858ebec3871 /lib/Makefile.am | |
parent | 00e5075c92be48a8ad71985ed522aafc1596a58c (diff) | |
download | gsoc2013-epiphany-0cff2bef71ac69095f62ace7be8443d42db34d32.tar.gz gsoc2013-epiphany-0cff2bef71ac69095f62ace7be8443d42db34d32.tar.zst gsoc2013-epiphany-0cff2bef71ac69095f62ace7be8443d42db34d32.zip |
ephy-request-about: move this to embed/
We'll need to access embed/ data for about:applications.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 3b4172d28..972eaf048 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -22,7 +22,6 @@ NOINST_H_FILES = \ ephy-prefs.h \ ephy-profile-utils.h \ ephy-print-utils.h \ - ephy-request-about.h \ ephy-shlib-loader.h \ ephy-signal-accumulator.h \ ephy-smaps.h \ @@ -63,7 +62,6 @@ libephymisc_la_SOURCES = \ ephy-profile-utils.c \ ephy-profile-utils.h \ ephy-print-utils.c \ - ephy-request-about.c \ ephy-settings.c \ ephy-shlib-loader.c \ ephy-signal-accumulator.c \ |