aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-10-10 11:07:06 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-10-10 11:07:06 +0200
commitbc67c55dbcdb013aab5b8671463cd7ee4526f7e5 (patch)
tree0dc81168b9c10244aa2caa2e01a4e51e13aaf9e5 /Makefile.am
parenta464915e7bac40322b5550ac6ebd2f602c240044 (diff)
downloadpacrunner-bc67c55dbcdb013aab5b8671463cd7ee4526f7e5.tar.gz
Don't use global error and debugging framework
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5d7d220..00f4576 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,7 +50,7 @@ endif
noinst_PROGRAMS = unit/test-mozjs
unit_test_mozjs_SOURCES = unit/test-mozjs.c \
- src/pacrunner.h src/log.c src/mozjs.c
+ src/pacrunner.h src/mozjs.c
unit_test_mozjs_LDADD = @MOZJS_LIBS@ @GLIB_LIBS@