Fix how library dependencies are built

This commit is contained in:
Bradlee Speice
2012-07-23 08:53:32 -04:00
parent 04131913b2
commit 98dbd7ef83
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
if BUILD_EXAMPLES
#Need to include the -Ilibcvautomation so that libcvautomation.h can find everything that it needs
AM_LDFLAGS = -L../libcvautomation/.libs -lcvautomation @X11_LIBS@ @XTEST_LIBS@ @CV_LIBS@
AM_LDFLAGS = -L../libcvautomation/.libs -lcvautomation
AM_CFLAGS = -Wall -Werror -O2 -I$(top_srcdir)/include @X11_CFLAGS@ @XTEST_CFLAGS@ @CV_CFLAGS@
#Build only if we're building the examples