X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=aef9a77ad7ebd3ce3734145293816c8f899306db;hb=72a310c8265a0d1e3e95fabb2987f70cfecbf525;hp=f61c052ee0967c68c142cc9cde3910a3ce3828b6;hpb=6882d6c15461712e95f3046c078e66737f23941c;p=xournal.git diff --git a/src/Makefile.am b/src/Makefile.am index f61c052..aef9a77 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,7 @@ ## Process this file with automake to produce Makefile.in +SUBDIRS = ttsubset + INCLUDES = \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ @@ -15,7 +17,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 = ttsubset/libttsubset.a @PACKAGE_LIBS@ $(INTLLIBS)