summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2005-02-28 16:56:51 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2005-02-28 16:56:51 +0000
commit886a904459e87f46f3f43df434307a294f85e52d (patch)
treec1df20d21a95886b9f56d90bebda01d887fa1f3b /Makefile
parent8ec55e2a75d5eb3c7305c8cadb94681df703167b (diff)
implement pdf export / import
implement pdf export / import
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 227f855..24f0752 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CFLAGS=-I/usr/X11R6/include -g -Wall
CC=c++
-OBJECTS=GsWidget.o PSEditWidget.o PSEditor.o PSEditText.o PSEditModel.o Postscript.o flpsed.o
+OBJECTS=GsWidget.o PSEditWidget.o PSEditor.o PSEditText.o PSEditModel.o Postscript.o flpsed.o util.o
%.o: %.cxx
$(CC) -c $(CFLAGS) $*.cxx