diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index feea4de..a5a6e27 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,11 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} +if BUILD_CCPANEL +LIBMAP_SUBDIR = libmap +endif + SUBDIRS = \ - libmap \ + $(LIBMAP_SUBDIR) \ src \ data \ tests \ |