summaryrefslogtreecommitdiff
path: root/SoftwareProperties/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'SoftwareProperties/Makefile.am')
-rw-r--r--SoftwareProperties/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/SoftwareProperties/Makefile.am b/SoftwareProperties/Makefile.am
new file mode 100644
index 00000000..e160d621
--- /dev/null
+++ b/SoftwareProperties/Makefile.am
@@ -0,0 +1,9 @@
+modules_DATA = SoftwareProperties.py \
+ dialog_edit.py \
+ dialog_add.py \
+ dialog_apt_key.py \
+ utils.py \
+ aptsources.py
+modulesdir = $(datadir)/update-manager/python
+
+EXTRA_DIST = $(modules_DATA)