Stefan Sayer writes:
> EXCLUDED_MODULES=mp3 examples examples/tutorial/cc_acc ...
stefan,
your Makefile typo fix and the above did it.
in my debian rules, i have also this:
# Compile and install also query_stats
patch -c core/plug-in/stats/Makefile < debian/stats/Makefile-diff
where Makefile-diff is
***************
*** 5,11 ****
--- 5,18 ----
module_ldflags =
module_cflags =
+ extra_target = query_stats
+
+ extra_install = install_query_stats
+
include ../Makefile.app_module
query_stats: query_stats.c Makefile
$(CXX) $(CXXFLAGS) -o query_stats query_stats.c
+
+ install_query_stats: query_stats
+ install -m 755 query_stats $(bin-prefix)/$(bin-dir)
i install query_stats because i think it is very useful for runtime
control of debug level. perhaps its installation could be turned on by
default if stats plug-in is installed?
-- juha
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev