diff options
author | Iordan Iordanov <iiordanov@gmail.com> | 2011-11-22 04:23:46 +0000 |
---|---|---|
committer | Iordan Iordanov <iiordanov@gmail.com> | 2011-11-22 04:23:46 +0000 |
commit | 15b17243b1b788fd98f9c49b10109a05c347ff86 (patch) | |
tree | 36f152ef85e14e49f60a7067716d5e2f83806d33 /applications/luci-pbx-voicemail/Makefile | |
parent | 6663c0a935684e7caabdbae17185ed056287038e (diff) |
1) Adding initial version of luci-pbx-voicemail package.
Diffstat (limited to 'applications/luci-pbx-voicemail/Makefile')
-rw-r--r-- | applications/luci-pbx-voicemail/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/luci-pbx-voicemail/Makefile b/applications/luci-pbx-voicemail/Makefile new file mode 100644 index 000000000..19c69a149 --- /dev/null +++ b/applications/luci-pbx-voicemail/Makefile @@ -0,0 +1,4 @@ +PO = pbx-voicemail + +include ../../build/config.mk +include ../../build/module.mk |