Updated Danish translation
[dasher.git] / Src / Makefile.am
blob860ed185d8c0bde50b8df63dfc570cfb43668259
1 LIBS = @INTLLIBS@ @LIBS@
3 datadir = @datadir@
4 localedir = $(datadir)/locale
5 DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
7 bin_PROGRAMS = dasher
9 #if DOGTK2
11 SUBDIRS = Common DasherCore DasherIM Gtk2 Installer InstallerTobii InstallerW2K Win32
12 dasher_SOURCES = main.cc
14 AM_CXXFLAGS = \
15         -I$(srcdir)/Gtk2 \
16         -I$(srcdir)/DasherCore \
17         -I$(top_srcdir)/intl \
18         $(GTK2BUILD_CFLAGS) \
19         -DPREFIX=\"$(PREFIX)\" \
20         -DLIBDIR=\"$(libdir)\" \
21         -DDATADIR=\"$(datadir)\" \
22         -DPROGDATA=\"$(pkgdatadir)\" \
23         -DSYSCONFDIR=\"$(sysconfdir)\" \
24         -DPACKAGE_LOCALE_DIR=\"$(datadir)/locale\"
26 dasher_LDADD = \
27         Common/libdashermisc.a \
28         Gtk2/libdashergtk.la \
29         Gtk2/libdashercontrol.la \
30         DasherCore/libdashercore.a \
31         DasherCore/libdasherprefs.a \
32         DasherCore/LanguageModelling/libdasherlm.a \
33         Common/libdashermisc.a \
34         $(GTK2BUILD_LIBS) \
35         -lexpat \
36         $(POPT_LIBS) \
37         $(GPELIB)
38 #endif
40 #if DOQTE
42 #QTDIR=/usr/share/qte2
44 #SUBDIRS = DasherCore
46 #endif