diff options
Diffstat (limited to 'misc/bidwatcher/files/patch-Makefile.in')
-rw-r--r-- | misc/bidwatcher/files/patch-Makefile.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/bidwatcher/files/patch-Makefile.in b/misc/bidwatcher/files/patch-Makefile.in new file mode 100644 index 000000000000..511057e17f85 --- /dev/null +++ b/misc/bidwatcher/files/patch-Makefile.in @@ -0,0 +1,8 @@ +--- Makefile.in.orig Fri Apr 23 13:30:42 2004 ++++ Makefile.in Tue Aug 3 08:57:03 2004 +@@ -83 +83 @@ +-bidwatcher_SOURCES = bidwatcher.cpp helpers.cpp netstuff.cpp bidwatcher.h ++bidwatcher_SOURCES = bidwatcher.cpp helpers.cpp netstuff.cpp bidwatcher.h bidgui.cpp bidgroup.cpp +@@ -99 +99 @@ +-bidwatcher_OBJECTS = bidwatcher.o helpers.o netstuff.o ++bidwatcher_OBJECTS = bidwatcher.o helpers.o netstuff.o bidgui.o bidgroup.o |