diff options
Diffstat (limited to 'src/app/KrJS/Makefile.am')
-rw-r--r-- | src/app/KrJS/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/app/KrJS/Makefile.am b/src/app/KrJS/Makefile.am new file mode 100644 index 0000000..af10182 --- /dev/null +++ b/src/app/KrJS/Makefile.am @@ -0,0 +1,13 @@ +# This should not be nessesary because this subdir is only visited if KJSEmbed should be used... +#if include_libkjsembed +#AM_CPPFLAGS = -D__KJSEMBED__ +#endif + +noinst_LIBRARIES = libKrJS.a + +INCLUDES = $(all_includes) + +libKrJS_a_METASOURCES = AUTO + +libKrJS_a_SOURCES = \ + krjs.cpp |