diff options
author | P. J. McDermott <pjm@nac.net> | 2013-05-08 13:10:13 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-05-08 13:10:13 (EDT) |
commit | 0849b109c099aa32dac4f71f45ffcc5df90159f3 (patch) | |
tree | aaf2a9dbdd5beebb5bd66b5cefa293e3ea8a0acf /lib/buildsystem | |
parent | 5a7ffe976e1bd4f1ec4a19499c8f2af3bcf82558 (diff) |
Add pkglibbuildsystem macros.
Diffstat (limited to 'lib/buildsystem')
-rw-r--r-- | lib/buildsystem/local.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/buildsystem/local.mk b/lib/buildsystem/local.mk index 81679c7..76cf972 100644 --- a/lib/buildsystem/local.mk +++ b/lib/buildsystem/local.mk @@ -16,8 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -lib_buildsystem_srcs = \ +pkglibbuildsystem_srcs = \ lib/buildsystem/autoconf.sh \ lib/buildsystem/kbuild.sh \ lib/buildsystem/make.sh -lib_buildsystem_distfiles = lib/buildsystem/local.mk $(lib_buildsystem_srcs) |