Changeset 5387:ec00c0a72024 in roaraudio for Makefile.inc


Ignore:
Timestamp:
01/16/12 18:33:43 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added function to get serverinfo for library as well as libinfo command for roarctl to list those infos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.inc

    r5214 r5387  
    66COMMON_VERSION  = $(COMMON_V_MM).$(COMMON_V_REV) 
    77COMMON_SOVERSION= 2 
     8 
     9PKGDEFINES      = -DPACKAGE_VERSION="\"$(VERSION)\"" -DDEVICE_VENDOR_ID=$(DEV_VENDOR) -DDEVICE_VENDOR_NAME="\"$(DEV_VENDOR_NAME)\"" -DDEVICE_VENDOR_STRING="\"$(DEV_VENDOR_STRING)\"" -DDISTRIBUTION_VERSION_STRING="\"$(DISTRIBUTION_VERSION_STRING)\"" 
    810 
    911# libroar: 
Note: See TracChangeset for help on using the changeset viewer.