diff options
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index d920da1fd4..f81b2da282 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -4,8 +4,12 @@ INCLUDES = \ noinst_LIBRARIES = libeutil.a libeutil_a_SOURCES = \ + e-canvas.c \ + e-canvas.h \ + e-canvas-utils.c\ + e-canvas-utils.h\ e-cursors.c \ e-cursors.h \ e-gui-utils.c \ e-gui-utils.h \ - e-util.h
\ No newline at end of file + e-util.h |