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