]> git.saurik.com Git - apt.git/blobdiff - buildlib/program.mak
Merge branch 'debian/sid' into feature/source-deb822
[apt.git] / buildlib / program.mak
index 98bea9aa5e4a14ae2f5b6d8450e2cbdc194002d2..e0e76316c8e79d509bba8c0f6e9803a5279e75a7 100644 (file)
@@ -24,6 +24,12 @@ program: $(BIN)/$(PROGRAM)
 clean: clean/$(LOCAL)
 veryclean: veryclean/$(LOCAL)
 
+TYPE = src
+include $(PODOMAIN_H)
+
+# Make Directories
+MKDIRS += $(OBJ) $(DEP) $(BIN)
+
 # The clean rules
 .PHONY: clean/$(LOCAL) veryclean/$(LOCAL) 
 clean/$(LOCAL):