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
This commit is contained in:
Harout Hedeshian
2013-10-11 08:00:29 -06:00
parent e1ec47f0a8
commit c6ae03cda2
2 changed files with 5 additions and 5 deletions

View File

@@ -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])

View File

@@ -3,8 +3,8 @@ exec_prefix=@exec_prefix@
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