Skip to content

Commit

Permalink
added support for results
Browse files Browse the repository at this point in the history
  • Loading branch information
anefian committed Dec 17, 2008
1 parent 9686523 commit 6fa6174
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Makefile.am
Expand Up @@ -168,6 +168,12 @@ if MAKE_APP_ORTHOPROJECT
orthoproject_LDFLAGS = $(APP_ORTHOPROJECT_LIBS) $(ASP_LDFLAGS)
endif

if MAKE_APP_RESULTS
bin_PROGRAMS +=results
results_SOURCES = results.cc
results_LDFLAGS = $(APP_RESULTS_LIBS)
endif

AM_CPPFLAGS = @ASP_CPPFLAGS@
AM_LDFLAGS = @ASP_LDFLAGS@

Expand Down

0 comments on commit 6fa6174

Please sign in to comment.