Here the entire files Makefile.am ========= INCLUDES = -I$(top_builddur) -I$(top_srcdir) -I/opt/arcom/arcom-linux/include -I/usr/local/include -I/opt/arcom/arcom-linux/include/glib2.0
LDFLAG = -L/opt/arcom/arcom-linux/lib -L/usr/local/lib LIBS=${LIB} -ldb-4.4 -ldb_cxx -lcurlpp -ljpeg -lpthread -lstdc++ MAINTAINERCLEANFILES = aclocal.m4 config.guess config.sub configure depcomp \ install-sh ltmain.sh Makefile.in missing mkinstalldirs bin_PROGRAMS = rmves rmves_SOURCES = src/rmves/rmves.cpp src/Thread/cThread.cpp src/WebCam/webcam.cpp src/WebCam/common.c src/WebCam/transmogrify.c configure.in ========= AC_INIT(src/rmves/rmves.cpp) AM_INIT_AUTOMAKE(rmves, 3.0) AC_PROG_CXX AC_PROG_CC AM_PROG_LEX AC_PROG_YACC AC_OUTPUT(Makefile) LIBS="${LIB} -ldb-4.4 -ldb_cxx -lcurlpp -ljpeg -lpthread -lstdc++" _______________________________________________ help-gnu-utils mailing list help-gnu-utils@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-utils