summaryrefslogtreecommitdiffstats
authorJérémie Laval2010-05-12 18:06:32 (GMT)
committer Jérémie Laval2010-05-12 18:06:32 (GMT)
commit87401e56ac23b11129dd67caba22ad4fca75fffa (patch) (side-by-side diff)
tree636334ae0373722cd9972555f68c9642396ead4c
parent168ae094602415f1a9898f6eb3f43b26745edd81 (diff)
downloaddbus-explorer-master.tar.gz
* Update file list in Makefile.amHEADmaster
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--src/Makefile.am14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bd1a6b8..3f3bbc4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -51,14 +51,17 @@ FILES = \
./Caller/BaseCaller.cs \
./Caller/ReflectionVisitor.cs \
./Caller/MethodCaller.cs \
+ ./Caller/Json.cs \
./Caller/InvocationData.cs \
./Caller/PropertyCaller.cs \
+ ./Caller/JsonChecker.cs \
./Widgets/ImageAnimation.cs \
./Widgets/TabWidget.cs \
./Widgets/InformationView.cs \
./Widgets/BusContentView.cs \
./Widgets/LanguageWidget.cs \
./Widgets/BusPageWidget.cs \
+ ./Widgets/PropertyInvokeDialog.cs \
./Widgets/GenerationMenuWidget.cs \
./Widgets/MethodInvokeDialog.cs \
./Widgets/GenerationDialog.cs \
@@ -69,7 +72,6 @@ FILES = \
./LangSupport/LangDefinition.cs \
./LangSupport/ILangDefinition.cs \
./LangSupport/LangDefinitionService.cs \
- ./Base/Logging.cs \
./gtk-gui/DBusExplorer.MainWindow.cs \
./gtk-gui/DBusExplorer.LanguageWidget.cs \
./gtk-gui/DBusExplorer.InformationView.cs \
@@ -77,18 +79,20 @@ FILES = \
./gtk-gui/generated.cs \
./gtk-gui/DBusExplorer.GenerationDialog.cs \
./gtk-gui/DBusExplorer.MethodInvokeDialog.cs \
+ ./gtk-gui/DBusExplorer.PropertyInvokeDialog.cs \
./gtk-gui/DBusExplorer.BusPageWidget.cs \
+ ./Base/Logging.cs \
./Base/MainWindow.cs \
./Base/AssemblyInfo.cs \
+ ./Base/Main.cs \
+ ./Base/DBusExplorator.cs \
+ ./Base/CustomBusDialog.cs \
+ ./Base/Common.cs \
./Parser/Parser.cs \
./Parser/TextVisitors/LangDefVisitor.cs \
./Parser/ParserNg.cs \
./Parser/Mapper.cs \
./Parser/IParserVisitor.cs \
- ./Base/Main.cs \
- ./Base/DBusExplorator.cs \
- ./Base/CustomBusDialog.cs \
- ./Base/Common.cs \
./Representation/PathContainer.cs \
./Representation/ElementFactory.cs \
./Representation/IElement.cs \