Change over to GNU build system - part 4

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1059 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
jcalcote
2008-06-26 17:30:56 +00:00
parent 878b03bafc
commit 63e406b304

View File

@@ -0,0 +1,9 @@
bin_PROGRAMS = sample
XFLAIM_INC=-I$(top_srcdir)/src
XFLAIM_LIB=../src/libxflaim.la
sample_SOURCES = sample.cpp
sample_CPPFLAGS = $(XFLAIM_INC) $(FTK_INCLUDE)
sample_LDADD = $(XFLAIM_LIB)