X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=pdf%2Fgoo%2FMakefile.am;h=793ee8748763d4cfb5b38f1e63fc8ffc33c6585e;hb=0607a5da99d7206625d8537fb28096d755721de3;hp=2e38b52fbec67063bf1e554b48b88872e948bcdf;hpb=0e6e90067a9f245778bfce78ca0f2922d8c753ea;p=evince.git diff --git a/pdf/goo/Makefile.am b/pdf/goo/Makefile.am index 2e38b52f..793ee874 100644 --- a/pdf/goo/Makefile.am +++ b/pdf/goo/Makefile.am @@ -1,9 +1,10 @@ -INCLUDES = \ - -I$(top_srcdir) +INCLUDES = \ + -I$(top_srcdir) \ + -I$(top_srcdir)/pdf -noinst_LIBRARIES = libGoo.a +noinst_LTLIBRARIES = libGoo.la -libGoo_a_SOURCES = \ +libGoo_la_SOURCES = \ GHash.cc \ GHash.h \ GList.cc \ @@ -30,4 +31,4 @@ EXTRA_DIST = \ vms_unix_time.h \ vms_unix_times.c\ vms_unlink.c \ - vms_make.com \ No newline at end of file + vms_make.com