Skip to content
Snippets Groups Projects
Commit ec05b39d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Makefiles: Rename data-opensource to data-oss"

parents 5adad1f1 c6ae03cd
No related branches found
No related tags found
No related merge requests found
# -*- 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])
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment