X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2Fgoo%2FMakefile.am;h=793ee8748763d4cfb5b38f1e63fc8ffc33c6585e;hb=42ddc3073ecb88271a0ffc74326878627d71b34e;hp=ef84b8aef67e75e36a62c0df48a9b08be9a2c258;hpb=2a393c134fe3fe8eb85bf818cb7ad6ae4396322a;p=evince.git diff --git a/pdf/goo/Makefile.am b/pdf/goo/Makefile.am index ef84b8ae..793ee874 100644 --- a/pdf/goo/Makefile.am +++ b/pdf/goo/Makefile.am @@ -1,22 +1,34 @@ -lib_LIBRARIES = libgoo.a +INCLUDES = \ + -I$(top_srcdir) \ + -I$(top_srcdir)/pdf -libgoo_a_SOURCES = \ +noinst_LTLIBRARIES = libGoo.la + +libGoo_la_SOURCES = \ GHash.cc \ + GHash.h \ GList.cc \ + GList.h \ + GMutex.h \ GString.cc \ + GString.h \ gmempp.cc \ gfile.cc \ + gfile.h \ gmem.c \ + gmem.h \ + gtypes.h \ parseargs.c \ - GString.h \ + parseargs.h \ gfile.h \ gmem.h \ - gtypes.h \ parseargs.h EXTRA_DIST = \ + vms_directory.c \ vms_dirent.h \ vms_sys_dirent.h\ vms_unix_time.h \ - makefile.w32 \ - vms_make.com \ No newline at end of file + vms_unix_times.c\ + vms_unlink.c \ + vms_make.com