Update of /cvsroot/sharedaemon/ui-wx/src
In directory sc8-pr-cvs1:/tmp/cvs-serv25192
Modified Files:
Makefile.am
Log Message:
fixes strange behaviour (hopefully) ?
Index: Makefile.am
===================================================================
RCS file: /cvsroot/sharedaemon/ui-wx/src/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.am 22 Dec 2003 05:04:15 -0000 1.8
+++ Makefile.am 22 Dec 2003 08:37:55 -0000 1.9
@@ -25,7 +25,7 @@
UploadListCtrl.o \
wxInterface.o \
wxInterface_wdr.o\
- @RES@ \
+ @RES@
all: $(PROGRAM)
|