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:
@@ -1,9 +1,9 @@
|
|||||||
# -*- Autoconf -*-
|
# -*- Autoconf -*-
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
AC_PREREQ([2.65])
|
AC_PREREQ([2.65])
|
||||||
AC_INIT(data-opensource, 1.0.0)
|
AC_INIT(data-oss, 1.0.0)
|
||||||
AM_INIT_AUTOMAKE(data-opensource, 1.0.0)
|
AM_INIT_AUTOMAKE(data-oss, 1.0.0)
|
||||||
AC_OUTPUT(Makefile rmnetctl/src/Makefile rmnetctl/cli/Makefile data-opensource.pc)
|
AC_OUTPUT(Makefile rmnetctl/src/Makefile rmnetctl/cli/Makefile data-oss.pc)
|
||||||
AC_CONFIG_SRCDIR([rmnetctl/src/librmnetctl.c])
|
AC_CONFIG_SRCDIR([rmnetctl/src/librmnetctl.c])
|
||||||
#AC_CONFIG_HEADERS([config.h])
|
#AC_CONFIG_HEADERS([config.h])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|||||||
@@ -3,8 +3,8 @@ exec_prefix=@exec_prefix@
|
|||||||
libdir=@libdir@
|
libdir=@libdir@
|
||||||
includedir=@includedir@
|
includedir=@includedir@
|
||||||
|
|
||||||
Name: data-opensource
|
Name: data-oss
|
||||||
Description: Data Opensource Components
|
Description: Data Opensource Components
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Libs: -L${libdir} -lrmnetctl
|
Libs: -L${libdir} -lrmnetctl
|
||||||
Cflags: -I${includedir}/data-opensource
|
Cflags: -I${includedir}/data-oss
|
||||||
Reference in New Issue
Block a user