]> www.fi.muni.cz Git - evince.git/blobdiff - ps/Makefile.am
[dualscreen] fix crash on ctrl+w and fix control window closing
[evince.git] / ps / Makefile.am
diff --git a/ps/Makefile.am b/ps/Makefile.am
deleted file mode 100644 (file)
index df66b4a..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-INCLUDES = \
-       -I$(top_srcdir)                                         \
-       -I$(top_srcdir)/backend                                 \
-       -I$(top_srcdir)/lib                                     \
-       -DGNOMEICONDIR=\""${prefix}/${DATADIRNAME}/pixmaps"\"   \
-       $(PS_CFLAGS)                                            \
-       $(WARN_CFLAGS)
-
-#      $(DISABLE_DEPRECATED)
-
-noinst_LTLIBRARIES = libpsdocument.la
-
-libpsdocument_la_SOURCES =     \
-       gsio.c                  \
-       gsio.h                  \
-       gstypes.h               \
-       ps.c                    \
-       ps.h                    \
-       ps-document.c           \
-       ps-document.h           \
-       gsdefaults.c            \
-       gsdefaults.h
-
-libpsdocument_la_LIBADD = $(PS_LIBS)