help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Autotools kept picking the wrong file


From: Jack
Subject: Re: Autotools kept picking the wrong file
Date: 23 Apr 2006 19:09:25 -0700
User-agent: G2/0.2

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++"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]