Makefile.am 440 Bytes
Newer Older
Cedric Roux's avatar
 
Cedric Roux committed
1 2
AM_CFLAGS =	\
	@ADD_CFLAGS@	\
3
	-I$(top_srcdir)/common	\
Cedric Roux's avatar
 
Cedric Roux committed
4 5 6 7 8 9 10 11 12 13 14 15 16 17
	-I$(top_srcdir)/libparser	\
	-I$(top_srcdir)/libresolver	\
	-I$(top_srcdir)/libbuffers	\
	-I$(top_srcdir)/libui

SUBDIRS = libparser libresolver libbuffers libui .

itti_analyzer_LDADD = \
	$(top_builddir)/libui/libui.la	\
	$(top_builddir)/libparser/libparser.la	\
	$(top_builddir)/libresolver/libresolver.la	\
	$(top_builddir)/libbuffers/libbuffers.la

bin_PROGRAMS = itti_analyzer