Add command line option to select PCAD or altium BOM
[eda-utils.git] / bomgen / Makefile
index ca8c9e3..60e34bd 100644 (file)
@@ -8,7 +8,14 @@ endif
 
 SCRIPT = bomgen.php
 INC_DIR = Bomgen
-INC_FILES = functions.inc.php refdes.inc.php digikey.inc.php conf.inc.php
+INC_FILES = \
+    functions.inc.php \
+    refdes.inc.php \
+    conf.inc.php \
+    digikey.inc.php \
+    mapping.inc.php \
+    pcad.inc.php \
+    altium.inc.php
 
 SYSCONFDIR=/etc