diff options
Diffstat (limited to 'quanta/components/Makefile.am')
-rw-r--r-- | quanta/components/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/quanta/components/Makefile.am b/quanta/components/Makefile.am new file mode 100644 index 00000000..654571d1 --- /dev/null +++ b/quanta/components/Makefile.am @@ -0,0 +1,5 @@ +if include_cvsservice +CVSSERVICE = cvsservice +endif + +SUBDIRS = csseditor framewizard tableeditor debugger $(CVSSERVICE) |