Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ps
diff options
context:
space:
mode:
Diffstat (limited to 'ps')
-rw-r--r--ps/Makefile.am27
1 files changed, 16 insertions, 11 deletions
diff --git a/ps/Makefile.am b/ps/Makefile.am
index 6ebc896..df66b4a 100644
--- a/ps/Makefile.am
+++ b/ps/Makefile.am
@@ -3,17 +3,22 @@ INCLUDES = \
-I$(top_srcdir)/backend \
-I$(top_srcdir)/lib \
-DGNOMEICONDIR=\""${prefix}/${DATADIRNAME}/pixmaps"\" \
- $(PS_CFLAGS)
+ $(PS_CFLAGS) \
+ $(WARN_CFLAGS)
-noinst_LTLIBRARIES = libgtkgs.la
+# $(DISABLE_DEPRECATED)
-libgtkgs_la_SOURCES = \
- gsio.c \
- gsio.h \
- gstypes.h \
- ps.c \
- ps.h \
- ps-document.c \
- ps-document.h \
- gsdefaults.c \
+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)