diff options
author | Doug Newgard <scimmia22@outlook.com> | 2013-11-07 19:59:03 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-11-07 19:59:04 +0900 |
commit | d208517a079b157d00c8e2315015a8a6e29f4f56 (patch) | |
tree | d3fa433c11cc14db026b2673b24f581930ef90ea /Makefile.am | |
parent | 142292560f168fdf6928806e843669a008703f11 (diff) |
Add PKGBUILD
Summary: The other core programs/libs all have a PKGBUILD, so add it here, too.
Reviewers: raster, zmike
CC: cedric
Differential Revision: https://phab.enlightenment.org/D285
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0408b9b28..ba31f4245 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -69,7 +69,8 @@ endif | |||
69 | DISTCHECK_CONFIGURE_FLAGS = --disable-systemd | 69 | DISTCHECK_CONFIGURE_FLAGS = --disable-systemd |
70 | 70 | ||
71 | EXTRA_DIST = config.rpath README AUTHORS COPYING \ | 71 | EXTRA_DIST = config.rpath README AUTHORS COPYING \ |
72 | enlightenment.spec.in enlightenment.spec enlightenment.pc | 72 | enlightenment.spec.in enlightenment.spec enlightenment.pc \ |
73 | pkgbuild/PKGBUILD pkgbuild/enlightenment.install | ||
73 | 74 | ||
74 | filesdir = $(datadir)/enlightenment/ | 75 | filesdir = $(datadir)/enlightenment/ |
75 | files_DATA = AUTHORS COPYING | 76 | files_DATA = AUTHORS COPYING |