summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarout Hedeshian <harouth@codeaurora.org>2013-10-25 13:51:51 -0600
committerHarout Hedeshian <harouth@codeaurora.org>2013-10-25 14:39:22 -0600
commit3e1ff08984e95c1cb91cfebb5bb7620bf3605b06 (patch)
treee865bd3340c420293fa775d1e3a897099826230b
parentec05b39dd0c877441049608b8bc6eec440253019 (diff)
downloadandroid_vendor_qcom_opensource_dataservices-3e1ff08984e95c1cb91cfebb5bb7620bf3605b06.tar.gz
android_vendor_qcom_opensource_dataservices-3e1ff08984e95c1cb91cfebb5bb7620bf3605b06.tar.bz2
android_vendor_qcom_opensource_dataservices-3e1ff08984e95c1cb91cfebb5bb7620bf3605b06.zip
data-oss: Exporting data-oss as a package.
Export data-oss as a package so other modules could use it. Change-Id: I07f88a8866cbf023998b295345563f944569d736 Acked-by: Harsh Murari <hmurari@qti.qualcomm.com>
-rwxr-xr-x[-rw-r--r--]Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5a0f851..f2ad6f9 100644..100755
--- 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)
+