correctly add -lm for math lib
[lttv.git] / ltt / branches / poly / ltt / convert / Makefile.am
CommitLineData
160d4bdb 1AM_CFLAGS = $(GLIB_CFLAGS)
1c736ed5 2LIBS += $(GLIB_LIBS) $(M_LIBS)
160d4bdb 3
4bin_PROGRAMS = convert
5
a100e2b7 6convert_SOURCES = convert.c
7
a559c4d6 8noinst_HEADERS = LTTTypes.h LinuxEvents.h
a100e2b7 9
10EXTRA_DIST = core.xml sysInfo
This page took 0.027963 seconds and 4 git commands to generate.