summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-02-04 15:35:41 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-02-04 15:35:41 +0100
commit13278eaedfccf32ea897ef187d82d047af903557 (patch)
treedb07bb5f21d1967169aba8cd0e3e0777798250d7 /src/Makefile.am
parent9d93fd766028f7930c9a6b6f15094ebccc36411f (diff)
initial version of load_page()
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 62c767c..8a0e366 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,6 +7,7 @@ flpsed_SOURCES = \
PSEditText.cxx \
PSEditModel.cxx \
Postscript.cxx \
+ PostscriptDSC.cxx \
flpsed.cxx \
util.c
@@ -15,6 +16,7 @@ noinst_HEADERS = \
PSEditModel.H \
PSEditText.H \
Postscript.H \
+ PostscriptDSC.H \
PSEditor.H \
PSEditWidget.H \
util.h