diff options
author | Xan Lopez <xan@igalia.com> | 2012-01-17 06:34:29 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-01-17 06:34:29 +0800 |
commit | 159f011f63d01135e8ad8b2e34afbf8fd677b45d (patch) | |
tree | 6f876996ed4b1580b545da99c45c801abecf69c4 /lib/widgets/Makefile.am | |
parent | 3e258526ca38fc6dd1c8a8c96f4925531f5031c8 (diff) | |
download | gsoc2013-epiphany-159f011f63d01135e8ad8b2e34afbf8fd677b45d.tar gsoc2013-epiphany-159f011f63d01135e8ad8b2e34afbf8fd677b45d.tar.gz gsoc2013-epiphany-159f011f63d01135e8ad8b2e34afbf8fd677b45d.tar.bz2 gsoc2013-epiphany-159f011f63d01135e8ad8b2e34afbf8fd677b45d.tar.lz gsoc2013-epiphany-159f011f63d01135e8ad8b2e34afbf8fd677b45d.tar.xz gsoc2013-epiphany-159f011f63d01135e8ad8b2e34afbf8fd677b45d.tar.zst gsoc2013-epiphany-159f011f63d01135e8ad8b2e34afbf8fd677b45d.zip |
Move the nautilus floating bar to lib/widgets
And fix a couple of warnings.
Diffstat (limited to 'lib/widgets/Makefile.am')
-rw-r--r-- | lib/widgets/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/widgets/Makefile.am b/lib/widgets/Makefile.am index 7e0cdd353..f581674f8 100644 --- a/lib/widgets/Makefile.am +++ b/lib/widgets/Makefile.am @@ -15,10 +15,12 @@ libephywidgets_la_SOURCES = \ ephy-tree-model-node.h \ ephy-tree-model-sort.c \ ephy-tree-model-sort.h \ - totem-glow-button.c \ - totem-glow-button.h \ ephy-zoom-action.h \ - ephy-zoom-action.c + ephy-zoom-action.c \ + nautilus-floating-bar.c \ + nautilus-floating-bar.h \ + totem-glow-button.c \ + totem-glow-button.h libephywidgets_la_CPPFLAGS = \ -I$(top_builddir)/lib \ |