summaryrefslogtreecommitdiff
path: root/panels/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'panels/Makefile.am')
-rw-r--r--panels/Makefile.am36
1 files changed, 0 insertions, 36 deletions
diff --git a/panels/Makefile.am b/panels/Makefile.am
deleted file mode 100644
index b5d95342a..000000000
--- a/panels/Makefile.am
+++ /dev/null
@@ -1,36 +0,0 @@
-SUBDIRS= \
- common \
- background \
- power \
- color \
- display \
- mouse \
- notifications \
- online-accounts \
- region \
- info \
- sound \
- keyboard \
- universal-access \
- user-accounts \
- datetime \
- search \
- privacy \
- sharing \
- printers
-
-if BUILD_WACOM
-SUBDIRS += wacom
-endif
-
-if BUILD_NETWORK
-SUBDIRS += network
-endif
-
-if BUILD_BLUETOOTH
-SUBDIRS += bluetooth
-endif
-
-EXTRA_DIST = meson.build
-
--include $(top_srcdir)/git.mk