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

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

bin_PROGRAMS = Baltisot

#noinst_JAVA = TestApplet.java

#JAVAROOT = datas

Baltisot_SOURCES = Main.cc

LDADD = ../lib/libBaltisot.la -lefence

Baltisot_LDADD = $(LDADD)

EXTRA_DIST = misc.cc TestApplet.java