diff options
Diffstat (limited to 'src/common/Makefile.am')
-rw-r--r-- | src/common/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am new file mode 100644 index 0000000..da1638b --- /dev/null +++ b/src/common/Makefile.am @@ -0,0 +1,4 @@ +INCLUDES = -I$(top_srcdir)/src $(all_includes) +METASOURCES = AUTO + +SUBDIRS = common global port cli gui |