summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
deleted file mode 100644
index b313826..0000000
--- a/src/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-
-SUBDIRS = polkit polkitbackend polkitagent programs
-
-if BUILD_EXAMPLES
-SUBDIRS += examples
-endif
-
-EXTRA_DIST = \
- meson.build \
- symbol.map \
- $(NULL)
-
-clean-local :
- rm -f *~
-
--include $(top_srcdir)/git.mk