diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2011-07-11 10:37:41 +0200 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2011-07-22 21:46:15 +0200 |
commit | b858e07bddec28c5b86c39d425a02f08d9bd205a (patch) | |
tree | 16cd86bc5bf08284c7be8160f8765f4712186651 /scripts/Makefile.am | |
parent | e135afdb35d0ac179657def901965a448115a981 (diff) | |
download | dpkg-b858e07bddec28c5b86c39d425a02f08d9bd205a.tar.gz |
dpkg-dev: add some common makefile snippets for use in rules files
data/architecture.mk: variables related to dpkg-architecture
data/buildflags.mk: variables related to dpkg-builflags
data/vendor.mk: variables related to dpkg-vendor
data/default.mk: all of the above
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index be376c976..f70350aa4 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = po +SUBDIRS = mk po bin_SCRIPTS = \ dpkg-architecture \ |