diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-10-11 15:52:02 -0700 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-02-02 16:44:16 -0800 |
commit | 86eabb34ce7285dfe7f55f3773c1e9938fb17e21 (patch) | |
tree | 9f4bd2e0047e6c9f3b9d12a85e6f65cda19ff321 /fileattrs/Makefile.am | |
parent | 640d6449a6b242f2a915940fc4f3b39cb5268f96 (diff) | |
download | librpm-tizen-86eabb34ce7285dfe7f55f3773c1e9938fb17e21.tar.gz librpm-tizen-86eabb34ce7285dfe7f55f3773c1e9938fb17e21.tar.bz2 librpm-tizen-86eabb34ce7285dfe7f55f3773c1e9938fb17e21.zip |
File attributes
Diffstat (limited to 'fileattrs/Makefile.am')
-rw-r--r-- | fileattrs/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fileattrs/Makefile.am b/fileattrs/Makefile.am index 0fd1435c2..3d1b7e712 100644 --- a/fileattrs/Makefile.am +++ b/fileattrs/Makefile.am @@ -6,6 +6,7 @@ fattrsdir = $(rpmconfigdir)/fileattrs fattrs_DATA = \ desktop.attr elf.attr font.attr libtool.attr perl.attr perllib.attr \ - pkgconfig.attr python.attr ocaml.attr script.attr mono.attr + pkgconfig.attr python.attr ocaml.attr script.attr mono.attr \ + debuginfo.attr elflib.attr firmware.attr ksyms.attr sysvinit.attr EXTRA_DIST = $(fattrs_DATA) |