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:
9
xflaim/sample/Makefile.am
Normal file
9
xflaim/sample/Makefile.am
Normal 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)
|
||||
|
||||
Reference in New Issue
Block a user