diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-10-13 23:31:15 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2011-10-13 23:31:15 +0200 |
commit | 2e0f09d78f28c576d9a10dfcd1eeaae81e3baa07 (patch) | |
tree | 9be7b14eefb4451ac6c2a2dccce24625dc3bf7af /Makefile.am | |
parent | 7c54f36c7a5352dfd34322397ed322bb377b1abb (diff) |
Add image handling basics
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index dc83c66..ce87b7d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,7 @@ LDADD = $(top_builddir)/lib/libgnu.a @IGNORE_UNUSED_LIBRARIES_CFLAGS@ src_colloquium_SOURCES = src/colloquium.c src/presentation.c src/mainwindow.c \ src/slide_render.c src/objects.c src/slideshow.c \ src/stylesheet.c src/loadsave.c src/tool_text.c \ - src/tool_select.c + src/tool_select.c src/tool_image.c INCLUDES = "-I$(top_srcdir)/data" |