summaryrefslogtreecommitdiff
path: root/examples/ClockerPlugIn
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2002-04-20 21:16:10 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2002-04-20 21:16:10 +0000
commit4f00591f699c93cb0a5a444343ff18adf1c6547c (patch)
treef16734161be01ee873ff23b9733e7e670b47a137 /examples/ClockerPlugIn
parent81dfff45b2e5b9810b23abe36f79757ce15f288f (diff)
downloadcppunit-4f00591f699c93cb0a5a444343ff18adf1c6547c.tar.gz
Fixed makefile
Diffstat (limited to 'examples/ClockerPlugIn')
-rw-r--r--examples/ClockerPlugIn/Makefile.am13
-rw-r--r--examples/ClockerPlugIn/dummyMain.cpp5
2 files changed, 0 insertions, 18 deletions
diff --git a/examples/ClockerPlugIn/Makefile.am b/examples/ClockerPlugIn/Makefile.am
index 74b9f54..16e91f8 100644
--- a/examples/ClockerPlugIn/Makefile.am
+++ b/examples/ClockerPlugIn/Makefile.am
@@ -2,16 +2,3 @@ EXTRA_DIST = WinNtTimer.h WinNtTimer.cpp ClockerPlugIn.dsp \
Timer.h ClockerListener.h \
Timer.cpp ClockerListener.cpp \
ClockerPlugIn.cpp
-
-INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
-
-#dummy stuff to make automake happy
-
-bin_PROGRAMS = dummyMain
-
-dummyMain_SOURCES = dummyMain.cpp
-
-dummyMain_LDADD= \
- $(top_builddir)/src/cppunit/libcppunit.la
-
-dummyMain_LDFLAGS = -ldl
diff --git a/examples/ClockerPlugIn/dummyMain.cpp b/examples/ClockerPlugIn/dummyMain.cpp
deleted file mode 100644
index d48f937..0000000
--- a/examples/ClockerPlugIn/dummyMain.cpp
+++ /dev/null
@@ -1,5 +0,0 @@
-int
-main(int argc, char** argv)
-{
-return 0;
-} \ No newline at end of file