diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-01-17 06:07:27 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-01-17 06:25:21 +0800 |
commit | 3e258526ca38fc6dd1c8a8c96f4925531f5031c8 (patch) | |
tree | 3aaabe08ebcbe166fa68d4ad0fc0f9e8fcd4ff7f /src/Makefile.am | |
parent | 6b6d20039c2ce843fbefe0bea34f6dbef785aacd (diff) | |
download | gsoc2013-epiphany-3e258526ca38fc6dd1c8a8c96f4925531f5031c8.tar.gz gsoc2013-epiphany-3e258526ca38fc6dd1c8a8c96f4925531f5031c8.tar.zst gsoc2013-epiphany-3e258526ca38fc6dd1c8a8c96f4925531f5031c8.zip |
floating-bar: import NautilisFloatingBar into Epiphany
Yay for sharing code. It also helps theming.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 24d47ae7d..b6ca3457d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,6 +31,7 @@ NOINST_H_FILES = \ ephy-toolbar.h \ ephy-window-action.h \ languages.h \ + nautilus-floating-bar.h \ pdm-dialog.h \ popup-commands.h \ prefs-dialog.h \ @@ -73,6 +74,7 @@ libephymain_la_SOURCES = \ ephy-toolbar.c \ ephy-window.c \ ephy-window-action.c \ + nautilus-floating-bar.c \ pdm-dialog.c \ popup-commands.c \ prefs-dialog.c \ |