aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGyörgy Balló <ballogy@freestart.hu>2011-11-23 07:59:47 +0100
committerGyörgy Balló <ballogy@freestart.hu>2011-11-23 07:59:47 +0100
commit78e082682d5d833fd271899b67d6a203acffa803 (patch)
tree4abe1c6a2e6bb3414356f846086a8f18b9919c33 /Makefile.am
parentba87e5cb673992cee0fcb0bb3c90523974836a30 (diff)
downloadayatana-indicator-datetime-78e082682d5d833fd271899b67d6a203acffa803.tar.gz
ayatana-indicator-datetime-78e082682d5d833fd271899b67d6a203acffa803.tar.bz2
ayatana-indicator-datetime-78e082682d5d833fd271899b67d6a203acffa803.zip
Make Control Center panel optional
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
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 \