Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/goo/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/goo/Makefile.am')
-rw-r--r--pdf/goo/Makefile.am20
1 files changed, 20 insertions, 0 deletions
diff --git a/pdf/goo/Makefile.am b/pdf/goo/Makefile.am
new file mode 100644
index 0000000..a80aaef
--- /dev/null
+++ b/pdf/goo/Makefile.am
@@ -0,0 +1,20 @@
+lib_LIBRARIES = libgoo.a
+
+libgoo_a_SOURCES = \
+ GString.cc \
+ gmempp.cc \
+ gfile.cc \
+ gmem.c \
+ parseargs.c \
+ GString.h \
+ gfile.h \
+ gmem.h \
+ gtypes.h \
+ parseargs.h
+
+EXTRA_DIST = \
+ vms_dirent.h \
+ vms_sys_dirent.h\
+ vms_unix_time.h \
+ makefile.w32 \
+ vms_make.com \ No newline at end of file