diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-04-20 21:03:09 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-04-20 21:03:09 +0000 |
| commit | e80efeca169e6c8dbb4664f75d0c8a48a397bf0f (patch) | |
| tree | f56b1ae935f309d5c6aff595cad225d8cb41ad4b /examples/ClockerPlugIn/Makefile.am | |
| parent | e108e04fa44e87fd9a4e0fd6f665f04ece8b2fdd (diff) | |
| download | cppunit-e80efeca169e6c8dbb4664f75d0c8a48a397bf0f.tar.gz | |
No message
Diffstat (limited to 'examples/ClockerPlugIn/Makefile.am')
| -rw-r--r-- | examples/ClockerPlugIn/Makefile.am | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/examples/ClockerPlugIn/Makefile.am b/examples/ClockerPlugIn/Makefile.am index 2d828c4..61f8b3d 100644 --- a/examples/ClockerPlugIn/Makefile.am +++ b/examples/ClockerPlugIn/Makefile.am @@ -1,4 +1,7 @@ -EXTRA_DIST = WinNtTimer.h Timer.h ClockerListener.h \ - Timer.cpp ClockerListener.cpp WinNtTimer.cpp \ - ClockerPlugIn.cpp ClockerPlugIn.dsp +EXTRA_DIST = WinNtTimer.h WinNtTimer.cpp ClockerPlugIn.dsp +INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include + +clockerPlugIn_SOURCES= Timer.h ClockerListener.h \ + Timer.cpp ClockerListener.cpp \ + ClockerPlugIn.cpp |
