commit | dde5d94329dd1bca139302f41aac3f78bcabcd85 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Tue Oct 29 17:25:57 2013 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Oct 29 17:25:57 2013 -0700 |
tree | 89f93a57a9991a01bdfb6143b9f0e682f4a2687f | |
parent | 355ebf03e68eef933b225f8610b5628bf5299abe [diff] | |
parent | 3e1ff08984e95c1cb91cfebb5bb7620bf3605b06 [diff] |
Merge "data-oss: Exporting data-oss as a package."
diff --git a/Makefile.am b/Makefile.am old mode 100644 new mode 100755 index 5a0f851..f2ad6f9 --- a/Makefile.am +++ b/Makefile.am
@@ -1,3 +1,11 @@ -CLOCAL_AMFLAGS = -I m4 +# Makefile.am - Automake script for Data-opensource +# + +ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = foreign SUBDIRS = rmnetctl/src rmnetctl/cli + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = data-oss.pc +EXTRA_DIST = $(pkgconfig_DATA) +