projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7440343
)
Update example module to use metaproxy-config
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 7 May 2013 11:29:47 +0000
(13:29 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 7 May 2013 11:29:47 +0000
(13:29 +0200)
rather than yazpp-config.
example-module/Makefile
patch
|
blob
|
history
diff --git
a/example-module/Makefile
b/example-module/Makefile
index
63810a2
..
a352aed
100644
(file)
--- a/
example-module/Makefile
+++ b/
example-module/Makefile
@@
-1,10
+1,12
@@
-CONFIG=../../yazpp/yazpp-config
+CONFIG=../metaproxy-config
SO=metaproxy_filter_myfilter.so
all: $(SO)
$(SO): filter_myfilter.cpp
- $(CXX) -shared `$(CONFIG) --cflags` -fPIC -I ../src $< -o $(SO) ../src/.libs/libmetaproxy.so -ldl
+ echo $(LIBS)
+ $(CXX) -shared `$(CONFIG) --cflags` -fPIC -I ../src $< \
+ -o $(SO) `$(CONFIG) --libs`
clean:
rm -f *.so