blob: 3f873158890f81045443e7035c2c44243fb06875 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
Baltisot_SOURCES = Main.cc
LDADD = ../lib/libBaltisot.la
Baltisot_LDADD = $(LDADD)
|