]> git.donarmstrong.com Git - xournal.git/blob - src/Makefile.am
Print via gtk-print instead of libgnomeprint
[xournal.git] / src / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 SUBDIRS = ttsubset
4
5 INCLUDES = \
6         -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
7         -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
8         @PACKAGE_CFLAGS@
9
10 bin_PROGRAMS = xournal
11
12 xournal_SOURCES = \
13         main.c xournal.h \
14         xo-misc.c xo-misc.h \
15         xo-file.c xo-file.h \
16         xo-paint.c xo-paint.h \
17         xo-print.c xo-print.h \
18         xo-support.c xo-support.h \
19         xo-interface.c xo-interface.h \
20         xo-callbacks.c xo-callbacks.h \
21         xo-shapes.c xo-shapes.h
22
23 xournal_LDADD = ttsubset/libttsubset.a @PACKAGE_LIBS@ $(INTLLIBS)
24