Makefiles: Rename data-opensource to data-oss

Makefiles had merged before corrections could be made. This fixes those
incorrectly named references to data-oss.

Change-Id: Iddfd058142a1a0cb7d93786e9c64e7468f7facb7
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])