[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdegraphics/kfile-plugins/ps
From:       Wilco Greven <greven () kde ! org>
Date:       2003-01-14 10:19:21
[Download RAW message or body]

CVS commit by wgreven: 

Avoid duplication of these files and use the library in the kghostview
directory.


  M +4 -4      Makefile.am   1.5
  R            dscparse.cpp   1.8
  R            dscparse.h   1.4
  R            dscparse_adapter.cpp   1.4
  R            dscparse_adapter.h   1.6


--- kdegraphics/kfile-plugins/ps/Makefile.am  #1.4:1.5
@@ -2,14 +2,14 @@
 
 # set the include path for X, qt and KDE
-INCLUDES         = $(all_includes)
+INCLUDES         = $(all_includes) -I$(top_srcdir)/kghostview
 
 # these are the headers for your project
-noinst_HEADERS   = kfile_ps.h dscparse.h dscparse_adapter.h
+noinst_HEADERS   = kfile_ps.h
 
 kde_module_LTLIBRARIES = kfile_ps.la
 
-kfile_ps_la_SOURCES = dscparse.cpp kfile_ps.cpp dscparse_adapter.cpp
+kfile_ps_la_SOURCES = kfile_ps.cpp
 kfile_ps_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
-kfile_ps_la_LIBADD = $(LIB_KIO)
+kfile_ps_la_LIBADD = $(LIB_KIO) ../../kghostview/libdscparse.la
 
 # let automoc handle all of the meta source files (moc)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic