From 9e22310693f5b0f1ad8a2a6502361a8703b61af9 Mon Sep 17 00:00:00 2001 From: Yevgen Muntyan <17531749+muntyan@users.noreply.github.com> Date: Thu, 15 May 2008 23:51:55 -0500 Subject: [PATCH] moo.h and moo-config.h do not exist anymore --- moo/Makefile.am | 4 ---- tests/run-tests.c | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/moo/Makefile.am b/moo/Makefile.am index b0d4c767..39bf389c 100644 --- a/moo/Makefile.am +++ b/moo/Makefile.am @@ -30,9 +30,6 @@ test_sources = \ moo-tests-lua.h \ moo-tests.h -BUILT_SOURCES += moo-config.h -CLEANFILES += moo-config.h - scriptsdir = ${MOO_DATA_DIR}/scripts scripts_SCRIPTS = \ xdg-utils/xdg-open \ @@ -135,7 +132,6 @@ endif libmoo_la_LIBADD = $(libs) $(MOO_LIBS) libmoo_la_LDFLAGS = $(libmoo_res_ldflag) -no-undefined -avoid-version $(export_flags) libmoo_la_SOURCES = moo.h -nodist_libmoo_la_SOURCES += moo-config.h if MOO_ENABLE_UNIT_TESTS libmoo_la_SOURCES += $(test_sources) diff --git a/tests/run-tests.c b/tests/run-tests.c index d3878efb..68060222 100644 --- a/tests/run-tests.c +++ b/tests/run-tests.c @@ -1,5 +1,5 @@ -#include #include +#include static void add_tests (void)