index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2019-08-15 19:55:45 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-10-04 11:25:48 +1000 |
commit | bcb44891ef8aa6feee3090cc0fd87b60e73aed5d (patch) | |
tree | 0de0ec9b8c08ccc969293f6f6114e487e1565769 /lib | |
parent | 024fde9748692c71f0d9e6c667439c912a78b6df (diff) |
-rw-r--r-- | lib/libalpm/Makefile.am | 2 |
diff --git a/lib/libalpm/Makefile.am b/lib/libalpm/Makefile.am index 1e01feeb..e4f83223 100644 --- a/lib/libalpm/Makefile.am +++ b/lib/libalpm/Makefile.am @@ -2,6 +2,8 @@ AUTOMAKE_OPTIONS = gnu SUBDIRS = po +EXTRA_DIST = meson.build po/meson.build + lib_LTLIBRARIES = libalpm.la include_HEADERS = alpm_list.h alpm.h |