summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 03bcc4f13e0d3dfcab1e142dece2438f4636d4df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
localedir = $(datadir)/locale
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
AM_CFLAGS = -O3 -Wall -Wstrict-prototypes $(CFLAGS)
INCLUDES = -I. -I.. -I$(includedir) -I../include

bin_PROGRAMS = testTas

testTas_SOURCES = test.cc

LDADD = ../lib/libPriorityLists.la

testTas_LDADD = $(LDADD)