Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/goo
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/goo')
-rw-r--r--pdf/goo/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/pdf/goo/Makefile.am b/pdf/goo/Makefile.am
index b08ca56..2e38b52 100644
--- a/pdf/goo/Makefile.am
+++ b/pdf/goo/Makefile.am
@@ -1,6 +1,9 @@
-lib_LIBRARIES = libgoo.a
+INCLUDES = \
+ -I$(top_srcdir)
-libgoo_a_SOURCES = \
+noinst_LIBRARIES = libGoo.a
+
+libGoo_a_SOURCES = \
GHash.cc \
GHash.h \
GList.cc \
@@ -27,5 +30,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