diff options
| author | Luca Bruno <lucabru@src.gnome.org> | 2012-03-31 22:56:00 +0200 |
|---|---|---|
| committer | Luca Bruno <lucabru@src.gnome.org> | 2012-04-11 17:16:48 +0200 |
| commit | 3afbe1318cfaa7cb333b420503ec3655adde9edb (patch) | |
| tree | 67789564b46c917f65b4313f38c407e70beb91d5 /codegen/Makefile.am | |
| parent | b47eefb193151825285ffdf0d923ab17bb462fc9 (diff) | |
| download | vala-wip/cpp.tar.gz | |
codegen: Add basic support for using C++ librarieswip/cpp
Diffstat (limited to 'codegen/Makefile.am')
| -rw-r--r-- | codegen/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/codegen/Makefile.am b/codegen/Makefile.am index 2535a88de..dbf558f89 100644 --- a/codegen/Makefile.am +++ b/codegen/Makefile.am @@ -27,6 +27,7 @@ libvala_la_VALASOURCES = \ valaccodemethodmodule.vala \ valaccodestructmodule.vala \ valaclassregisterfunction.vala \ + valacppmodule.vala \ valactype.vala \ valadovaarraymodule.vala \ valadovaassignmentmodule.vala \ |
