summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-09-18 12:16:30 +0000
committerTed Trask <ttrask01@yahoo.com>2008-09-18 12:16:30 +0000
commitb167d7758dbcc813730800def07dedbc1198902e (patch)
treea8051e137b57d0aad4d0031c8830c439e18070fa /lib/Makefile
parentb482f14c60346cc5382ca28ae0db9ccc73bbda1b (diff)
downloadacf-core-b167d7758dbcc813730800def07dedbc1198902e.tar.bz2
acf-core-b167d7758dbcc813730800def07dedbc1198902e.tar.xz
Added parser library. Display filecontent descr in filedetails.
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1474 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 23a1a31..eb5c0fd 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -24,6 +24,7 @@ LIB_DIST=fs.lua\
modelfunctions.lua\
cfe.lua\
apk.lua\
+ parser.lua\
EXTRA_DIST=README Makefile
DISTFILES=$(LIB_DIST) $(EXTRA_DIST)