]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/goo/Makefile.am
Initial revision
[evince.git] / pdf / goo / Makefile.am
index a80aaef8a8b7ba5cd996f3a79f8270d0962d9164..2e38b52fbec67063bf1e554b48b88872e948bcdf 100644 (file)
@@ -1,20 +1,33 @@
-lib_LIBRARIES = libgoo.a
+INCLUDES =             \
+       -I$(top_srcdir)
 
-libgoo_a_SOURCES =     \
+noinst_LIBRARIES = libGoo.a
+
+libGoo_a_SOURCES =     \
+       GHash.cc        \
+       GHash.h         \
+       GList.cc        \
+       GList.h         \
+       GMutex.h        \
        GString.cc      \
+       GString.h       \
        gmempp.cc       \
        gfile.cc        \
+       gfile.h         \
        gmem.c          \
+       gmem.h          \
+       gtypes.h        \
        parseargs.c     \
-       GString.h       \
+       parseargs.h     \
        gfile.h         \
        gmem.h          \
-       gtypes.h        \
        parseargs.h
-       
+
 EXTRA_DIST =           \
+       vms_directory.c \
        vms_dirent.h    \
        vms_sys_dirent.h\
        vms_unix_time.h \
-       makefile.w32    \
+       vms_unix_times.c\
+       vms_unlink.c    \
        vms_make.com
\ No newline at end of file