diff options
Diffstat (limited to 'languages/fortran/compiler/Makefile.am')
-rw-r--r-- | languages/fortran/compiler/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/languages/fortran/compiler/Makefile.am b/languages/fortran/compiler/Makefile.am new file mode 100644 index 00000000..3489a85c --- /dev/null +++ b/languages/fortran/compiler/Makefile.am @@ -0,0 +1,6 @@ +# This is the collection of plugins. In contrast to the parts +# directory, these are 'transient' in a sense and don't +# share the complete KDevComponent interface. + +SUBDIRS = pgioptions + |