X-Git-Url: https://git.donarmstrong.com/?p=xournal.git;a=blobdiff_plain;f=src%2FMakefile.am;h=aef9a77ad7ebd3ce3734145293816c8f899306db;hp=2fd92b53195af9d87c008dfecf9baafa4fa42b34;hb=72a310c8265a0d1e3e95fabb2987f70cfecbf525;hpb=13d7457867c57ac5ac826df4d6b478fee795c0a4 diff --git a/src/Makefile.am b/src/Makefile.am index 2fd92b5..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"\" \ @@ -18,5 +20,5 @@ xournal_SOURCES = \ xo-callbacks.c xo-callbacks.h \ xo-shapes.c xo-shapes.h -xournal_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) +xournal_LDADD = ttsubset/libttsubset.a @PACKAGE_LIBS@ $(INTLLIBS)