diff options
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 \ |