diff options
author | Xan Lopez <xan@gnome.org> | 2009-12-15 17:31:47 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-12-15 17:31:47 +0800 |
commit | 7a295e2c5db878dbd076c2f582cbae8aa738c3b7 (patch) | |
tree | b0c4dc94c2b97cf7a7d5a955746d8d84eebd80f5 /src/Makefile.am | |
parent | a31c25320318115914e009048a4081b2a1b58f50 (diff) | |
download | gsoc2013-epiphany-7a295e2c5db878dbd076c2f582cbae8aa738c3b7.tar.gz gsoc2013-epiphany-7a295e2c5db878dbd076c2f582cbae8aa738c3b7.tar.zst gsoc2013-epiphany-7a295e2c5db878dbd076c2f582cbae8aa738c3b7.zip |
Move profile migration tools from src/ to lib/
We'll use them from embed/ for form password saving, and embed/ can't
use code from src/
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c8bc0d44a..2ba6f2392 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -28,7 +28,6 @@ NOINST_H_FILES = \ ephy-location-action.h \ ephy-navigation-action.h \ ephy-password-info.h \ - ephy-profile-migration.h \ ephy-tabs-menu.h \ ephy-toolbars-model.h \ ephy-toolbar.h \ @@ -75,8 +74,7 @@ libephymain_la_SOURCES = \ ephy-lockdown.c \ ephy-navigation-action.c \ ephy-notebook.c \ - ephy-password-info.c \ - ephy-profile-migration.c \ + ephy-password-info.c \ ephy-session.c \ ephy-shell.c \ ephy-statusbar.c \ @@ -140,18 +138,6 @@ libephymain_la_SOURCES += \ libephymain_la_CFLAGS += $(SEED_CFLAGS) endif # ENABLE_SEED -if ENABLE_NSS -NOINST_H_FILES += \ - ephy-nss-glue.h \ - $(NULL) - -libephymain_la_SOURCES += \ - ephy-nss-glue.c - $(NULL) - -libephymain_la_CFLAGS += $(NSS_CFLAGS) -endif # ENABLE_NSS - epiphany_SOURCES = ephy-main.c epiphany_CPPFLAGS = \ |