git-svn-id: http://ltt.polymtl.ca/svn@289 04897980-b3bd-0310-b5e0-8ef037075253
[lttv.git] / ltt / branches / poly / ltt / convert / Makefile.am
1 AM_CFLAGS = $(GLIB_CFLAGS)
2 LIBS += $(GLIB_LIBS)
3
4 bin_PROGRAMS = convert
5
6 convert_SOURCES = convert.c
7
8 noinst_HEADERS = LTTTypes.h LinuxEvents.h
9
10 EXTRA_DIST = core.xml sysInfo
This page took 0.029753 seconds and 4 git commands to generate.