summaryrefslogtreecommitdiff
path: root/inventory/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/Makefile.am')
-rw-r--r--inventory/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/inventory/Makefile.am b/inventory/Makefile.am
new file mode 100644
index 0000000..7d7b086
--- /dev/null
+++ b/inventory/Makefile.am
@@ -0,0 +1,9 @@
+SUBDIRS = . migrations
+
+EXTRA_DIST = \
+ admin.py \
+ forms.py \
+ __init__.py \
+ models.py \
+ tests.py \
+ views.py \ No newline at end of file