diff options
Diffstat (limited to 'examples')
| -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 |
