X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=2fd92b53195af9d87c008dfecf9baafa4fa42b34;hb=e648cece76b671b5b0e165acc6d14178e8de1000;hp=f61c052ee0967c68c142cc9cde3910a3ce3828b6;hpb=6882d6c15461712e95f3046c078e66737f23941c;p=xournal.git diff --git a/src/Makefile.am b/src/Makefile.am index f61c052..2fd92b5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,7 +15,8 @@ xournal_SOURCES = \ xo-print.c xo-print.h \ xo-support.c xo-support.h \ xo-interface.c xo-interface.h \ - xo-callbacks.c xo-callbacks.h + xo-callbacks.c xo-callbacks.h \ + xo-shapes.c xo-shapes.h -xournal_LDADD = @PACKAGE_LIBS@ +xournal_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)