mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
build: Rename PROGSHAREDIR to JAMI_DATADIR.
This name matches a common naming convention in build systems. * compat/msvc/config.h (PROGSHAREDIR): Rename to... (JAMI_DATADIR) ... this. * globals.mk (-DJAMI_DATADIR): Likewise. * meson.build (conf): Likewise. * src/account.cpp: Likewise. * src/manager.cpp (Manager::playRingtone): Likewise. Change-Id: I123251f3e420948bc7359ce0a3ac54bddd12977a
This commit is contained in:

committed by
Amin Bandali

parent
89b7ffe91f
commit
754ae6bfdb
@ -17,7 +17,7 @@ AM_CPPFLAGS += \
|
||||
-I$(src)/src/jami \
|
||||
$(SIP_CFLAGS) \
|
||||
-DPREFIX=\"$(prefix)\" \
|
||||
-DPROGSHAREDIR=\"$(datadir)/jami\" \
|
||||
-DJAMI_DATADIR=\"$(datadir)/jami\" \
|
||||
-DENABLE_TRACE \
|
||||
-DRING_REVISION=\"$(RING_REVISION)\" \
|
||||
-DRING_DIRTY_REPO=\"$(RING_DIRTY_REPO)\" \
|
||||
|
Reference in New Issue
Block a user