summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: a33fc35a320505ec9f471141053147afe060a2fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUBDIRS = datas

localedir = $(datadir)/locale
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
AM_CFLAGS = -O3 -Wall -Wstrict-prototypes
AM_CXXFLAGS = -O3 -Wall -Wstrict-prototypes
INCLUDES = -I. -I.. -I$(includedir) -I../include

bin_PROGRAMS = Baltisot

noinst_JAVA = TestApplet.java

JAVAROOT = datas

Baltisot_SOURCES = Main.cc

LDADD = ../lib/libBaltisot.la

Baltisot_LDADD = $(LDADD)