From c6ae03cda215714eee24210051915d7d5bf938af Mon Sep 17 00:00:00 2001 From: Harout Hedeshian Date: Fri, 11 Oct 2013 08:00:29 -0600 Subject: 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 --- configure.ac | 6 +++--- data-opensource.pc.in | 10 ---------- data-oss.pc.in | 10 ++++++++++ 3 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 data-opensource.pc.in create mode 100644 data-oss.pc.in 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-opensource.pc.in deleted file mode 100644 index 1e343ef..0000000 --- a/data-opensource.pc.in +++ /dev/null @@ -1,10 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: data-opensource -Description: Data Opensource Components -Version: @VERSION@ -Libs: -L${libdir} -lrmnetctl -Cflags: -I${includedir}/data-opensource diff --git a/data-oss.pc.in b/data-oss.pc.in new file mode 100644 index 0000000..7c268df --- /dev/null +++ b/data-oss.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: data-oss +Description: Data Opensource Components +Version: @VERSION@ +Libs: -L${libdir} -lrmnetctl +Cflags: -I${includedir}/data-oss -- cgit v1.2.3