Merge "Makefiles: Rename data-opensource to data-oss"
diff --git a/configure.ac b/configure.ac
index 4ce67b7..3ee0340 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.65])
-AC_INIT(data-opensource, 1.0.0)
-AM_INIT_AUTOMAKE(data-opensource, 1.0.0)
-AC_OUTPUT(Makefile rmnetctl/src/Makefile rmnetctl/cli/Makefile data-opensource.pc)
+AC_INIT(data-oss, 1.0.0)
+AM_INIT_AUTOMAKE(data-oss, 1.0.0)
+AC_OUTPUT(Makefile rmnetctl/src/Makefile rmnetctl/cli/Makefile data-oss.pc)
 AC_CONFIG_SRCDIR([rmnetctl/src/librmnetctl.c])
 #AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
diff --git a/data-opensource.pc.in b/data-oss.pc.in
similarity index 73%
rename from data-opensource.pc.in
rename to data-oss.pc.in
index 1e343ef..7c268df 100644
--- a/data-opensource.pc.in
+++ b/data-oss.pc.in
@@ -3,8 +3,8 @@
 libdir=@libdir@
 includedir=@includedir@
 
-Name: data-opensource
+Name: data-oss
 Description: Data Opensource Components
 Version: @VERSION@
 Libs: -L${libdir} -lrmnetctl
-Cflags: -I${includedir}/data-opensource
+Cflags: -I${includedir}/data-oss