diff options
author | David Zeuthen <davidz@redhat.com> | 2011-02-14 07:36:31 -0500 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2011-02-14 07:36:37 -0500 |
commit | 3fab31f9e7bc9a8ee3ab96e5f15149bc13b44570 (patch) | |
tree | 0ff2fc883530df34efb79a38813c7b7db24df38a | |
parent | b90dc09da723308f5c323c1c0f1b9d43f2c32786 (diff) |
Nuke unused options passed to gdbus-codegen
Signed-off-by: David Zeuthen <davidz@redhat.com>
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 869a5ef..be4fd93 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -94,8 +94,6 @@ test-generated.h : Makefile.am org.project.xml $(codegen_PYTHON) --strip-prefix org.project. \ --output-hfile test-generated.h \ --output-cfile test-generated.c \ - --add-include src/mytestpair.h \ - --add-include src/mytestpoint.h \ --annotate "org.project.Bar" Key1 Value1 \ --annotate "org.project.Bar" org.gtk.GDBus.Internal Value2 \ --annotate "org.project.Bar.HelloWorld()" Key3 Value3 \ |