diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/tests/testagent/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/testagent/Makefile.am b/cpp/src/tests/testagent/Makefile.am index 7ff7cb0bd7..5ca1a383e8 100644 --- a/cpp/src/tests/testagent/Makefile.am +++ b/cpp/src/tests/testagent/Makefile.am @@ -39,7 +39,7 @@ gen.timestamp: schema.xml $(QMF_GEN) -o gen/qmf $(srcdir)/schema.xml touch gen.timestamp -CLEANFILES=$(GEN_SRC) +CLEANFILES=$(GEN_SRC) gen.timestamp INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src -I$(top_builddir)/src -Igen |