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=f36af012943a93a0c8e1f2d36c4f5b9e1ac1b8e5;hp=b08ca567c943bd094e98fd65026af664810f9736;hpb=8032fd96d450ac015c0153f1fa57e974d67b4993;p=evince.git diff --git a/pdf/goo/Makefile.am b/pdf/goo/Makefile.am index b08ca567..793ee874 100644 --- a/pdf/goo/Makefile.am +++ b/pdf/goo/Makefile.am @@ -1,6 +1,10 @@ -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 \ @@ -27,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