diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-20 23:05:26 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-20 23:05:26 (EST) |
commit | 6d76e26d1a877d418db42c460e741933d15c05e1 (patch) | |
tree | 846e32bdaf1703f3c4016f062d160672adc68d7a /lib | |
parent | 36a3f73cd01482f8efd838341884794b48c7fe75 (diff) |
Switch to using GNU Automake
Diffstat (limited to 'lib')
-rw-r--r-- | lib/local.mk | 2 | ||||
-rw-r--r-- | lib/metadata/local.mk | 2 | ||||
-rw-r--r-- | lib/package/local.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/local.mk b/lib/local.mk index d0d5cbd..19be4d1 100644 --- a/lib/local.mk +++ b/lib/local.mk @@ -16,7 +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/>. -pkglib_srcs = \ +pkgdata_sources = \ lib/load.sh \ lib/common.sh \ lib/locale.sh \ diff --git a/lib/metadata/local.mk b/lib/metadata/local.mk index 9c32560..34d678d 100644 --- a/lib/metadata/local.mk +++ b/lib/metadata/local.mk @@ -16,5 +16,5 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -pkglibmetadata_srcs = \ +pkgdatametadata_sources = \ lib/metadata/proteanos.sh diff --git a/lib/package/local.mk b/lib/package/local.mk index 6839f77..5dfddf2 100644 --- a/lib/package/local.mk +++ b/lib/package/local.mk @@ -16,5 +16,5 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -pkglibpackage_srcs = \ +pkgdatapackage_sources = \ lib/package/2.sh |