diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-12-06 23:45:00 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-12-06 23:45:00 (EST) |
commit | cd21ed24218944537703af5c0878f1f6bc96d0a6 (patch) | |
tree | c76061e0612c0c4e053df35cd641ca4acca16c31 | |
parent | c4c3fe0ece0b7fd2a476e8cf6caf36abfe1a6ec0 (diff) |
lib/profile/local.mk: Append to prokit_SOURCES
-rw-r--r-- | lib/profile/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/profile/local.mk b/lib/profile/local.mk index 2ebbca8..6bc8886 100644 --- a/lib/profile/local.mk +++ b/lib/profile/local.mk @@ -1,2 +1,2 @@ -pkgdataprofile_sources = \ +prokit_SOURCES += \ lib/profile/proteanos.sh |