search for: c8cbfbc

Displaying 2 results from an estimated 2 matches for "c8cbfbc".

Did you mean: c8cbf2bc
2008 Jan 08
0
4 commits - configure.ac test/compiler.c test/.gitignore test/Makefile.am test/swfdec_test.c test/swfdec_test_function.c test/swfdec_test_function.h test/swfdec_test_global.c test/swfdec_test_initialize.as test/swfdec_test_initialize.h
...itignore +++ b/test/.gitignore @@ -1,19 +1,6 @@ -*~ -CVS -.cvsignore .deps -.libs -Makefile -Makefile.in -*.lo -*.o +swfdec_test_function_list.h -libswfedit.la - -dump -parse -swfdec-extract -swfedit -swfscript -crashfinder +compiler +test diff --git a/test/Makefile.am b/test/Makefile.am index c8cbfbc..906a124 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1 +1,32 @@ -SUBDIRS = image sound test trace various +SUBDIRS = image sound trace various + +noinst_PROGRAMS = test + +swfdec_test_sources = \ + swfdec_test.c \ + swfdec_test_function.c \ + swfdec_test_function.h \ + swfdec_test_glob...
2008 Jan 07
0
12 commits - configure.ac doc/swfdec.types Makefile.am test/crashfinder.c test/dump.c test/Makefile.am test/swfdec-extract.c test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_file.c test/swfedit_file.h test/swfedit_list.c test/swfedit_list.h
...a51 100644 --- a/configure.ac +++ b/configure.ac @@ -357,6 +357,7 @@ test/sound/Makefile test/test/Makefile test/trace/Makefile test/various/Makefile +tools/Makefile vivified/Makefile vivified/core/Makefile vivified/dock/Makefile diff --git a/test/Makefile.am b/test/Makefile.am index d69a082..c8cbfbc 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,44 +1 @@ SUBDIRS = image sound test trace various - - -if WITH_GTK -noinst_LTLIBRARIES = libswfedit.la -noinst_PROGRAMS = swfdec-extract dump swfedit swfscript crashfinder -else -noinst_PROGRAMS = swfdec-extract dump crashfinder -endif - -...