diff options
Diffstat (limited to 'kpdf/xpdf/goo/Makefile.am')
-rw-r--r-- | kpdf/xpdf/goo/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kpdf/xpdf/goo/Makefile.am b/kpdf/xpdf/goo/Makefile.am new file mode 100644 index 00000000..04933cee --- /dev/null +++ b/kpdf/xpdf/goo/Makefile.am @@ -0,0 +1,5 @@ +INCLUDES = -I$(srcdir)/.. + +libgoo_la_SOURCES = GHash.cc GList.cc GString.cc gfile.cc gmem.cc gmempp.cc + +noinst_LTLIBRARIES = libgoo.la |