index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2013-01-03 20:49:33 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-01-04 21:49:37 +1000 |
commit | 27d9c25ee2fd6a03fb1ec1afdfbe105048875bae (patch) | |
tree | c5f6739e5f72a153fb358b2702965c39352ef630 /src/common/Makefile.am | |
parent | 965e1de2174148a7a6c0860a7514d9bb1969bf03 (diff) |
-rw-r--r-- | src/common/Makefile.am | 4 |
diff --git a/src/common/Makefile.am b/src/common/Makefile.am new file mode 100644 index 00000000..49503333 --- /dev/null +++ b/src/common/Makefile.am @@ -0,0 +1,4 @@ +EXTRA_DIST = \ + util-common.h util-common.c + +# vim:set ts=2 sw=2 noet: |