diff options
Diffstat (limited to 'lib/widgets/Makefile.am')
-rw-r--r-- | lib/widgets/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/widgets/Makefile.am b/lib/widgets/Makefile.am index a67862614..2d096046e 100644 --- a/lib/widgets/Makefile.am +++ b/lib/widgets/Makefile.am @@ -28,5 +28,8 @@ libephywidgets_la_SOURCES = \ ephy-tree-model-node.c \ ephy-tree-model-node.h \ ephy-tree-model-sort.c \ - ephy-tree-model-sort.h - + ephy-tree-model-sort.h \ + ephy-zoom-action.h \ + ephy-zoom-action.c \ + ephy-zoom-control.c \ + ephy-zoom-control.h |