Skip to content

Commit

Permalink
Specify special compile flags for the agent.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristian Amlie committed Jul 26, 2013
1 parent e7c8177 commit 1d92b50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure_flags.env.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ CPPFLAGS="$CPPFLAGS @CPPFLAGS@"
CFLAGS="$CFLAGS @CFLAGS@"
LDFLAGS="$LDFLAGS @LDFLAGS@"
LIBS="$LIBS @LIBS@"

AGENT_CPPFLAGS="@LIBVIRT_CPPFLAGS@ @POSTGRESQL_CPPFLAGS@ @MYSQL_CPPFLAGS@ @LIBXML2_CPPFLAGS@"
AGENT_CFLAGS="@LIBVIRT_CFLAGS@ @POSTGRESQL_CFLAGS@ @MYSQL_CFLAGS@ @LIBXML2_CFLAGS@"
AGENT_LDFLAGS="@LIBVIRT_LDFLAGS@ @POSTGRESQL_LDFLAGS@ @MYSQL_LDFLAGS@ @LIBXML2_LDFLAGS@"

0 comments on commit 1d92b50

Please sign in to comment.