diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/Makefile.am | 3 | ||||
-rw-r--r-- | common/tests/Makefile.am | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 14432fc..bfed1d7 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -1,4 +1,5 @@ -NULL = + +include $(top_srcdir)/build/Makefile.decl SUBDIRS = . tests diff --git a/common/tests/Makefile.am b/common/tests/Makefile.am index 70f369c..adc06cb 100644 --- a/common/tests/Makefile.am +++ b/common/tests/Makefile.am @@ -1,8 +1,6 @@ include $(top_srcdir)/build/Makefile.tests -NULL = - COMMON = $(top_srcdir)/common INCLUDES = \ |