X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/b2e465d6d32d2dc884f58b94acb7e35f671a87fe..11e97c45a67ab4a33975d178889cb4399c7dc01b:/cmdline/makefile?ds=sidebyside diff --git a/cmdline/makefile b/cmdline/makefile index c0647cead..0c34c1ff9 100644 --- a/cmdline/makefile +++ b/cmdline/makefile @@ -39,3 +39,10 @@ SLIBS = -lapt-pkg LIB_MAKES = apt-pkg/makefile SOURCE = apt-sortpkgs.cc include $(PROGRAM_H) + +# The apt-extracttemplates program +PROGRAM=apt-extracttemplates +SLIBS = -lapt-pkg -lapt-inst +LIB_MAKES = apt-pkg/makefile +SOURCE = apt-extracttemplates.cc +include $(PROGRAM_H)