Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
trackrdrd
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
trackrdrd
Commits
e819b329
Commit
e819b329
authored
Apr 29, 2013
by
Geoff Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trackrdrd: add pkg-config for apr and apr-utils
parent
02300e03
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
configure.ac
trackrdrd/configure.ac
+2
-0
Makefile.am
trackrdrd/src/Makefile.am
+5
-2
No files found.
trackrdrd/configure.ac
View file @
e819b329
...
@@ -71,6 +71,8 @@ AC_CHECK_FILE([$VARNISHSRC/include/varnishapi.h],
...
@@ -71,6 +71,8 @@ AC_CHECK_FILE([$VARNISHSRC/include/varnishapi.h],
)
)
PKG_CHECK_MODULES([AMQ], [activemq-cpp])
PKG_CHECK_MODULES([AMQ], [activemq-cpp])
PKG_CHECK_MODULES([APR], [apr-1])
PKG_CHECK_MODULES([APU], [apr-util-1])
# From Varnish configure.ac
# From Varnish configure.ac
# Now that we're done using the compiler to look for functions and
# Now that we're done using the compiler to look for functions and
...
...
trackrdrd/src/Makefile.am
View file @
e819b329
INCLUDES
=
-I
$(VARNISHSRC)
/include
-I
$(VARNISHSRC)
@AMQ_CFLAGS@
INCLUDES
=
-I
$(VARNISHSRC)
/include
-I
$(VARNISHSRC)
@AMQ_CFLAGS@ @APR_CFLAGS@
\
@APU_CFLAGS@
bin_PROGRAMS
=
trackrdrd
bin_PROGRAMS
=
trackrdrd
...
@@ -29,7 +30,9 @@ trackrdrd_LDADD = \
...
@@ -29,7 +30,9 @@ trackrdrd_LDADD = \
$(VARNISHSRC)
/lib/libvarnishapi/libvarnishapi.la
\
$(VARNISHSRC)
/lib/libvarnishapi/libvarnishapi.la
\
$(VARNISHSRC)
/lib/libvarnish/libvarnish.la
\
$(VARNISHSRC)
/lib/libvarnish/libvarnish.la
\
${
PTHREAD_LIBS
}
\
${
PTHREAD_LIBS
}
\
@AMQ_LIBS@
@AMQ_LIBS@
\
@APR_LIBS@
\
@APU_LIBS@
BUILT_SOURCES
=
revision.h usage.h
BUILT_SOURCES
=
revision.h usage.h
MAINTAINERCLEANFILES
=
revision.h usage.h
MAINTAINERCLEANFILES
=
revision.h usage.h
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment