X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=pdf%2Fgoo%2FMakefile.am;h=793ee8748763d4cfb5b38f1e63fc8ffc33c6585e;hb=d8ee8d47ba0982593a9774bb326944349a784b89;hp=24f89d897f8d83a0445e0d5f879ac28cdaa48c61;hpb=6badfcc114d83927dab777c1a3be60de06320045;p=evince.git diff --git a/pdf/goo/Makefile.am b/pdf/goo/Makefile.am index 24f89d89..793ee874 100644 --- a/pdf/goo/Makefile.am +++ b/pdf/goo/Makefile.am @@ -1,10 +1,15 @@ -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 \ @@ -26,5 +31,4 @@ EXTRA_DIST = \ vms_unix_time.h \ vms_unix_times.c\ vms_unlink.c \ - makefile.w32 \ - vms_make.com \ No newline at end of file + vms_make.com