moo.h and moo-config.h do not exist anymore

master
Yevgen Muntyan 2008-05-15 23:51:55 -05:00
parent 408dfa5dd6
commit 9e22310693
2 changed files with 1 additions and 5 deletions

View File

@ -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)

View File

@ -1,5 +1,5 @@
#include <moo.h>
#include <moo-tests.h>
#include <gtk/gtk.h>
static void
add_tests (void)